Parse the slightly-different format of the build logs.

This commit is contained in:
Kris Kennaway 2004-07-14 09:27:26 +00:00
parent a0a0d51953
commit 0ba3e2d4d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113619

View File

@ -45,7 +45,7 @@ else
dir=$(sed -n -e '3p' $log.log | awk '{print $4}' | sed -e 's,^/[^/]*/[^/]*/,,')
echo -n "<a href=\"http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/$dir\">$dir</a>" >>$of
echo -n "</td><td valign=\"top\">" >>$of
maint=$(sed -n -e '4p' $log.log | awk '{print $3}')
maint=$(sed -n -e '3p' $log.log | awk '{print $3}')
maints="$maints $maint"
echo -n "<a href=\"mailto:$maint\">$maint</a>" >>$of
echo "</td><td valign=\"top\">" >>$of