Add support for 7-exp and 8 branches

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2007-11-04 14:28:25 +00:00
parent 7822c39f44
commit 6db6b14a8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202501
2 changed files with 3 additions and 3 deletions

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; do
for num in 5 5-exp 6 6-exp 6-exp2 7 7-exp 8; 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; do
for num in 5 5-exp 6 6-exp 6-exp2 7 7-exp 8; do
cd $home/$arch-$num-$ver-logs && ${scripts}/processlogs2
done
# for num in 5 6 6-exp 7; do

View File

@ -253,7 +253,7 @@ fi
branch=$1
date=$2
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 ]; then
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
usage
fi