]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Dothem: do not create separate worktree for Meta in build farms
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Apr 2009 23:10:04 +0000 (16:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Apr 2009 23:10:04 +0000 (16:10 -0700)
Dothem

diff --git a/Dothem b/Dothem
index a27f221c3f61107133e1571b6174eae48d615b79..d05aefa62c29c1e94216c2d400de05a9955f8e79 100755 (executable)
--- 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
                }