diff options
author | Glen Barber <gjb@FreeBSD.org> | 2015-01-28 17:34:27 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2015-01-28 17:34:27 +0000 |
commit | 429c554fd647d0191ff958ec7670f2816baf6d2b (patch) | |
tree | 03b655a48ad96fbab96c0a4eed1ca7c3cfb578a5 /release/scripts/make-manifest.sh | |
parent | a55e34eb28a58f66f6cbccd939f0a3624a46afa8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=277837
Diffstat (limited to 'release/scripts/make-manifest.sh')
-rwxr-xr-x | release/scripts/make-manifest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/make-manifest.sh b/release/scripts/make-manifest.sh index 352d27aa5a51..7f8a29b444d0 100755 --- a/release/scripts/make-manifest.sh +++ b/release/scripts/make-manifest.sh @@ -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}`" |