mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add support for 7-exp and 8 branches
Approved by: portmgr (self)
This commit is contained in:
parent
7822c39f44
commit
6db6b14a8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202501
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user