Strider-CD / strider-simple-runner

Easy-to-configure in-process Runner implementation for Strider.
MIT License
3 stars 18 forks source link

using github oauth token when we have no privkey #13

Closed jaredly closed 11 years ago

jaredly commented 11 years ago

Also, git commands are executed via forkProc, so they will be echoed back up to the user. This is really nice for large repositories, where the clone could take more than a few seconds; it helps the user know that it didn't just hang.

This gets even better with the update to strider that makes us more terminal compliant.

jaredly commented 11 years ago

Ok, I got rid of the semicolons

niallo commented 11 years ago

Thanks jared!