mirror of
https://github.com/git/git.git
synced 2026-01-14 21:01:11 +00:00
Dothem update
This commit is contained in:
11
Dothem
11
Dothem
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user