Dothem update

This commit is contained in:
Junio C Hamano 2009-03-06 00:24:33 -08:00
parent 61442a7ec3
commit 2f8e43af4f

11
Dothem
View file

@ -54,6 +54,13 @@ do
echo "** $branch" &&
(
case "$branch, $branches " in
jch,*' next '*)
dotest= ;;
*)
dotest=test ;;
esac
cd "$BUILDBASE/$branch"
git checkout "$branch" &&
git reset --hard || exit
@ -72,14 +79,14 @@ do
y)
case "$branch" in
master | maint | next | jch)
Meta/Make $M -- $J SHELL_PATH=/bin/dash test
Meta/Make $M -- $J SHELL_PATH=/bin/dash $dotest
;;
esac
;;
esac &&
Meta/Make $M -- $J all &&
Meta/Make $M -- $J test &&
Meta/Make $M -- $J $dotest &&
case "$branch" in
master | maint | next )
Meta/Make $M -- doc