Meta/Dothem: do not create separate worktree for Meta in build farms

This commit is contained in:
Junio C Hamano 2009-04-19 16:10:04 -07:00
parent 10ce901d42
commit b2afa2e6ff

2
Dothem
View file

@ -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
}