aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/init4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydra/init b/share/hydra/init
index d3ec70f..0b6ef95 100755
--- a/share/hydra/init
+++ b/share/hydra/init
@@ -49,6 +49,10 @@ if [ ! -z "$REMOTE" ]; then
# Initialize only the required repositories
for repo in $BASEREPOS; do
+ if [ -e "$HYDRA_FOLDER/config/repository/ignore/$repo" ]; then
+ continue
+ fi
+
# There is a superproject, so we try to initialize submodules
if [ -e '.gitmodules' ] && git submodule | grep -q " $repo$"; then
git submodule update --init --recursive $repo