]> git.ipfire.org Git - people/ms/nightly-builds.git/commitdiff
Search a bit deeper for repositores
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2015 20:13:52 +0000 (22:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2015 20:13:52 +0000 (22:13 +0200)
I changed the layout of my repository here, so
I need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
build.sh

index 636fef5acb9366691a85bfe33e40a111307fc8ba..a215637bc3e2c37e3635b19d78d542c9db45755d 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -125,7 +125,7 @@ fi
 trap unlock EXIT
 lock
 
-for repo in $(find ${BASEDIR} -maxdepth 2 -type d -name ".git"); do
+for repo in $(find ${BASEDIR} -maxdepth 3 -type d -name ".git"); do
        [ -d "${repo}" ] || continue
 
        build "$(dirname ${repo})"