diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 17:37:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 17:37:41 -0300 |
commit | 4bcbb0087c5c3081c583b185fec207c3fe15067d (patch) | |
tree | ca4f7fd91fde49d6673bd24fcfec73b59040af06 | |
parent | d6546ad0d7ecc05744898404382acc9904bcdfe8 (diff) | |
download | hydra-4bcbb0087c5c3081c583b185fec207c3fe15067d.tar.gz hydra-4bcbb0087c5c3081c583b185fec207c3fe15067d.tar.bz2 |
Do not use gitosis repos anymore
-rwxr-xr-x | share/hydra/sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/sync b/share/hydra/sync index ea636f8..d09a67c 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -55,7 +55,7 @@ function hydra_sync { # Basic parameters. if [ -z "$1" ]; then - REPOSITORIES="config doc bootless dns gitolite/public gitolite/private gitosis/public gitosis/private puppet" + REPOSITORIES="config doc bootless dns gitolite/public gitolite/private puppet" else REPOSITORIES="$*" UPDATE_KEYRINGER="no" |