From 6c6991a82ee696f40320869f01b4c5d5456fd641 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 28 Sep 2015 22:13:52 +0200 Subject: [PATCH] Search a bit deeper for repositores I changed the layout of my repository here, so I need this. Signed-off-by: Michael Tremer --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 636fef5..a215637 100755 --- 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})" -- 2.47.3