From: Junio C Hamano Date: Sun, 19 Apr 2009 23:10:04 +0000 (-0700) Subject: Meta/Dothem: do not create separate worktree for Meta in build farms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2afa2e6ffe240441111e0a25890bf494a0d8875;p=thirdparty%2Fgit.git Meta/Dothem: do not create separate worktree for Meta in build farms --- diff --git a/Dothem b/Dothem index a27f221c3f..d05aefa62c 100755 --- a/Dothem +++ b/Dothem @@ -41,7 +41,7 @@ do continue fi "$NWD" . "$BUILDBASE/$branch" $branch && - "$NWD" Meta "$BUILDBASE/$branch/Meta" || { + ln -s "$(pwd)/Meta" "$BUILDBASE/$branch/Meta" || { echo "** Failed to bootstrap $BUILDBASE/$branch" continue }