From: Silvio Rhatto Date: Mon, 19 Oct 2015 14:42:52 +0000 (-0200) Subject: Sync: may ignore repositories X-Git-Tag: 0.2.4~269 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=70cc678f95bc4bda9c4f25733499c944716dc1f1;p=hydra.git Sync: may ignore repositories --- diff --git a/share/hydra/sync b/share/hydra/sync index d425d90..9b1d097 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -21,6 +21,10 @@ hydra_config_load # Sync each repository. function hydra_sync { for repository in $*; do + if [ -e "$HYDRA_FOLDER/config/repository/ignore/$repository" ]; then + continue + fi + if [ "$repository" == "keyringer" ]; then UPDATE_KEYRINGER="yes" continue