aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/sync
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-24 15:12:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-24 15:12:17 -0300
commitcbc1885cf22182952d0a1b31779c89cff26decd4 (patch)
treea41659187dfb60643e157a36bbb189ea6c6d36cd /share/hydra/sync
parent30529ff43974ce04ddbe6cc801564b79e75bcc1d (diff)
downloadhydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.gz
hydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.bz2
Support networks both with and without superprojects
Diffstat (limited to 'share/hydra/sync')
-rwxr-xr-xshare/hydra/sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/sync b/share/hydra/sync
index 9b1d097..f062c98 100755
--- a/share/hydra/sync
+++ b/share/hydra/sync
@@ -67,7 +67,7 @@ function hydra_sync {
# Basic parameters.
if [ -z "$1" ]; then
- REPOSITORIES="config doc bootless dns git/public git/private puppet"
+ REPOSITORIES="$BASEREPOS"
else
REPOSITORIES="$*"
UPDATE_KEYRINGER="no"