deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Pass git receive func() error to sshd.server() #332

Closed smothiki closed 8 years ago

smothiki commented 8 years ago

Right now we are just passing receive type as mock and handling a mock git receive code for unit tests. Should be able to pass mock gitreceive function to the ssd.server() to execute as a git receive .

smothiki commented 8 years ago

refer https://github.com/deis/builder/issues/333

bacongobbler commented 8 years ago

We're doing even better by writing unit tests out for the gitreceive target. I think that is the direction we should continue.