Check for extra files on !i386 also
This commit is contained in:
parent
5faf427bee
commit
0280b07725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140036
1 changed files with 4 additions and 6 deletions
|
@ -117,12 +117,10 @@ if [ "${error}" = 0 ]; then
|
||||||
if grep -q "even though it is marked BROKEN" ${log}; then
|
if grep -q "even though it is marked BROKEN" ${log}; then
|
||||||
echo | mail -s "${pkgname} BROKEN but built on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org
|
echo | mail -s "${pkgname} BROKEN but built on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org
|
||||||
fi
|
fi
|
||||||
if [ "${arch}" = "i386" ]; then
|
if grep -q "^list of .*file" ${log}; then
|
||||||
if grep -q "^list of .*file" ${log}; then
|
buildlogdir=$(realpath ${pb}/${arch}/${branch}/logs/)
|
||||||
buildlogdir=$(realpath ${pb}/${arch}/${branch}/logs/)
|
baselogdir=$(basename ${buildlogdir})
|
||||||
baselogdir=$(basename ${buildlogdir})
|
(sed -e '/^build started/,$d' $log;echo;echo "For the full build log, see"; echo; echo " http://${master}/errorlogs/${arch}-errorlogs/${baselogdir}/$(basename $log)";echo;sed -e '1,/^=== Checking filesystem state/d' $log) | mail -s "${pkgname} pkg-plist errors on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org
|
||||||
(sed -e '/^build started/,$d' $log;echo;echo "For the full build log, see"; echo; echo " http://${master}/errorlogs/${arch}-errorlogs/${baselogdir}/$(basename $log)";echo;sed -e '1,/^=== Checking filesystem state/d' $log) | mail -s "${pkgname} pkg-plist errors on ${arch} ${branch}" kris@FreeBSD.org krion@FreeBSD.org
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
log=${pb}/${arch}/${branch}/errors/${pkgname}.log
|
log=${pb}/${arch}/${branch}/errors/${pkgname}.log
|
||||||
|
|
Loading…
Reference in a new issue