The explanations of each build error no longer live on bento, they live

on pointyhat.
This commit is contained in:
Mark Linimon 2004-12-09 04:14:51 +00:00
parent 21333ddcce
commit aa1f54d2fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123529
2 changed files with 7 additions and 7 deletions

View File

@ -132,7 +132,7 @@ for i in `cat .logs | sort`; do
test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
reason=$(echo $7 | tr '_' ' ')
echo "<a href=\"http://bento.freebsd.org/#$8\">$reason</a>" >> $of
echo "<a href=\"http://pointyhat.freebsd.org/#$8\">$reason</a>" >> $of
echo "</td>" >> $of
date=$(echo ${10} | tr '_' ' ')
@ -169,7 +169,7 @@ for i in `cat .logs | sort -t \\| +4`; do
echo "<td>" >> $of
test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
reason=$(echo $7 | tr '_' ' ')
echo "<a href=\"http://bento.freebsd.org/#$8\">$reason</a>" >> $of
echo "<a href=\"http://pointyhat.freebsd.org/#$8\">$reason</a>" >> $of
echo "</td>" >> $of
date=$(echo ${10} | tr '_' ' ')
@ -206,7 +206,7 @@ for i in `cat .logs | sort -t \\| +5`; do
echo "<td>" >> $of
test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
reason=$(echo $7 | tr '_' ' ')
echo "<a href=\"http://bento.freebsd.org/#$8\">$reason</a>" >> $of
echo "<a href=\"http://pointyhat.freebsd.org/#$8\">$reason</a>" >> $of
echo "</td>" >> $of
date=$(echo ${10} | tr '_' ' ')
@ -235,7 +235,7 @@ for i in `cat .logs | sort -t \\| +7`; do
echo "<td>" >> $of
test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
reason=$(echo $7 | tr '_' ' ')
echo "<a href=\"http://bento.freebsd.org/#$8\">$reason</a>" >> $of
echo "<a href=\"http://pointyhat.freebsd.org/#$8\">$reason</a>" >> $of
echo "</td>" >> $of
echo "<td><a href=\"http://${master}/errorlogs/${arch}-errorlogs/${baselogdir}/$1\">$2</a></td>" >> $of
@ -283,7 +283,7 @@ for i in `cat .logs | sort -t \\| +9`; do
echo "<td>" >> $of
test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
reason=$(echo $7 | tr '_' ' ')
echo "<a href=\"http://bento.freebsd.org/#$8\">$reason</a>" >> $of
echo "<a href=\"http://pointyhat.freebsd.org/#$8\">$reason</a>" >> $of
echo "</td>" >> $of
echo "</tr>" >> $of

View File

@ -27,8 +27,8 @@ datetime=$(sed -n -e '5p' $errordir/$filename | grep '^build started at' | \
# now try to classify the type of error found in the file.
# the first case handles failures to even try to build any
# port (i.e. HTML file no longer there, bento being unable
# to fetch any file, bento being able to build any port, etc.)
# port (i.e. HTML file no longer there, pointyhat being unable
# to fetch any file, pointyhat being able to build any port, etc.)
if [ -z "$dir" -o -z "$datetime" ]; then
reason="cluster"; tag="cluster"
elif grep -q 'list of extra files and directories' $1; then