Date: Wed, 21 Nov 2012 01:56:34 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r243360 - projects/portbuild/scripts Message-ID: <201211210156.qAL1uYlM041461@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer) Date: Wed Nov 21 01:56:34 2012 New Revision: 243360 URL: http://svnweb.freebsd.org/changeset/base/243360 Log: Clean up comments a bit. Modified: projects/portbuild/scripts/dopackagestats Modified: projects/portbuild/scripts/dopackagestats ============================================================================== --- projects/portbuild/scripts/dopackagestats Wed Nov 21 01:38:40 2012 (r243359) +++ projects/portbuild/scripts/dopackagestats Wed Nov 21 01:56:34 2012 (r243360) @@ -308,8 +308,8 @@ write_footer () { echo "<ul>" >> ${TMPFILE} # MCL removed 20090808 -- this takes way too long #echo "<li><b>latest log</b> is the date of the latest logfile.</li>" >> ${TMPFILE} - echo "<li><b>updated</b> is the date of the latest tree update done by the script. It may be inaccurate if a manual checkout was done later.</li>" >> ${TMPFILE} - echo "<li><b>INDEX</b> is number of ports in the INDEX file built from the latest tree update.</li>" >> ${TMPFILE} + echo "<li><b>updated</b> is the date of the latest ports tree update done by the script. It may be inaccurate if a manual checkout was done later.</li>" >> ${TMPFILE} + echo "<li><b>INDEX</b> is number of ports in the INDEX file built from the latest ports tree.</li>" >> ${TMPFILE} echo "<li><b>build logs</b> is number of packages attempted. Note: if a run was restarted, you may see duplicates here.</li>" >> ${TMPFILE} echo "<li><b>packages</b> is number of packages successfully built. Note: if a run was restarted, you may see duplicates here.</li>" >> ${TMPFILE} echo "<li><b>errors</b> is number of packages that failed. Note: if a run was restarted, you may see duplicates here.</li>" >> ${TMPFILE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211210156.qAL1uYlM041461>