Author: gjb
Date: Wed Jan 28 17:34:27 2015
New Revision: 277837
URL: https://svnweb.freebsd.org/changeset/base/277837
Log:
Provide a description for the 'tests.txz' distribution
in the MANIFEST file.
Turn off the test suite installation by default.
Tested with: head@r277834
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/release/scripts/make-manifest.sh
Modified: head/release/scripts/make-manifest.sh
==============================================================================
--- head/release/scripts/make-manifest.sh Wed Jan 28 17:32:45 2015
(r277836)
+++ head/release/scripts/make-manifest.sh Wed Jan 28 17:34:27 2015
(r277837)
@@ -17,7 +17,9 @@ desc_games="Games (fortune, etc.)"
desc_lib32="32-bit compatibility libraries"
desc_ports="Ports tree"
desc_src="System source code"
+desc_tests="Test suite"
src_default=off
+tests_default=off
for i in $*; do
echo "`basename $i` `sha256 -q $i` `tar tvf $i | wc -l | tr -d '
'` `basename $i .txz` \"`eval echo \\\$desc_$(basename $i .txz)`\"
`eval echo \\\${$(basename $i .txz)_default:-on}`"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"