grim/hgkeeper

Add binaries to the convey.yml

24 months ago, Gary Kramlich
6118b5de7042
Add binaries to the convey.yml
package commands
import (
"github.com/gliderlabs/ssh"
"keep.imfreedom.org/grim/hgkeeper/hg"
)
func run(repoPath, username string, hgCmd *hg.Command, session ssh.Session) error {
return hgCmd.ExecPiped(repoPath, username, session, session, session.Stderr())
}