Remove support for 5-exp and add 7-exp, 8 and 8-exp

This commit is contained in:
Erwin Lansing 2008-01-14 17:10:33 +00:00
parent 4fe8d17665
commit 170314e4e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205658
5 changed files with 17 additions and 11 deletions

View File

@ -12,9 +12,6 @@ buildenv () {
export INDEXFILE=INDEX-5
export USE_NONDEFAULT_X11BASE=1
;;
x5-exp)
export INDEXFILE=INDEX-6
;;
x6)
export INDEXFILE=INDEX-6
;;
@ -31,6 +28,15 @@ buildenv () {
export INDEXFILE=INDEX-7
;;
x8)
export INDEXFILE=INDEX-8
;;
x7-exp)
export INDEXFILE=INDEX-7
;;
x8)
export INDEXFILE=INDEX-8
;;
x8-exp)
export INDEXFILE=INDEX-8
;;
*)

View File

@ -9,11 +9,11 @@ home=${pb}/errorlogs
scripts=${pb}/scripts
for ver in latest full; do
for num in 5 5-exp 6 6-exp 6-exp2 7 7-exp 8; do
for num in 5 6 6-exp 6-exp2 7 7-exp 8 8-exp; do
cd $home/$arch-$num-$ver && ${scripts}/processlogs ${arch}
cd ${pb}/${arch}/${num} && ${scripts}/processfail ${arch} ${num}
done
for num in 5 5-exp 6 6-exp 6-exp2 7 7-exp 8; do
for num in 5 6 6-exp 6-exp2 7 7-exp 8 8-exp; do
cd $home/$arch-$num-$ver-logs && ${scripts}/processlogs2
done
# for num in 5 6 6-exp 7; do

View File

@ -255,7 +255,7 @@ date=$2
echo | mail -s "$(basename $0) started for ${arch}-${branch} ${date} at $(date)" ${mailto}
if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6 -a "x$branch" != x6-exp -a "x$branch" != "x6-exp2" -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 ]; then
if [ "x$branch" != x5 -a "x$branch" != x6 -a "x$branch" != x6-exp -a "x$branch" != "x6-exp2" -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 -a "x$branch" != x8-exp ]; then
usage
fi

View File

@ -30,10 +30,6 @@ case "x$1" in
branch=5
INDEXFILE=INDEX-5
;;
x5-exp)
branch=5-exp
INDEXFILE=INDEX-5
;;
x6)
branch=6
INDEXFILE=INDEX-6
@ -58,6 +54,10 @@ case "x$1" in
branch=8
INDEXFILE=INDEX-8
;;
x8-exp)
branch=8-exp
INDEXFILE=INDEX-8
;;
*)
usage
;;

View File

@ -10,7 +10,7 @@ fi
arch=$1
branch=$2
if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 ]; then
if [ "x$branch" != x5 -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 -a "x$branch" != x8-exp ]; then
usage
fi