softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
29 stars 21 forks source link

Add support for git repos using authenticated ssh, review related functions #51

Closed mhuin closed 8 years ago

mhuin commented 8 years ago

This allows RepoManager to handle repos using authentication with the ssh protocol (for example like the ones handled by a gerrit instance) If a user isn't provided, the local user or the env variable $USERNAME if set will be used as a the user. Also adds review related functions: setup (git review -s), send review (git review) and download review (git review -d XXX)