From: Silvio Rhatto Date: Fri, 28 Feb 2014 20:45:06 +0000 (-0300) Subject: Using git base folder instead of gitolite X-Git-Tag: 0.2.2~104 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=11207988058c85900bc45a61ece703ab62966929;p=hydra.git Using git base folder instead of gitolite --- diff --git a/share/hydra/sync b/share/hydra/sync index d09a67c..730d030 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 puppet" + REPOSITORIES="config doc bootless dns git/public git/private puppet" else REPOSITORIES="$*" UPDATE_KEYRINGER="no"