From b2afa2e6ffe240441111e0a25890bf494a0d8875 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 19 Apr 2009 16:10:04 -0700 Subject: [PATCH] Meta/Dothem: do not create separate worktree for Meta in build farms --- Dothem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.4.GIT