summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-02-04 00:34:12 +0000
committergjb <gjb@FreeBSD.org>2015-02-04 00:34:12 +0000
commitcb1ae98039ef4fdc1af3bb2e3ba60fb0b2156796 (patch)
tree6a70137bb4eed96be755da182f63026c553b2fc2 /release
parent75c5e5b66ca68a6c35a283c94083653fbf6c35c7 (diff)
downloadFreeBSD-src-cb1ae98039ef4fdc1af3bb2e3ba60fb0b2156796.zip
FreeBSD-src-cb1ae98039ef4fdc1af3bb2e3ba60fb0b2156796.tar.gz
MFC r277837, r277838:
r277837: Provide a description for the 'tests.txz' distribution in the MANIFEST file. Turn off the test suite installation by default. r277838: Fix a typo in a comment. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rwxr-xr-xrelease/scripts/make-manifest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/make-manifest.sh b/release/scripts/make-manifest.sh
index 352d27a..7f54688 100755
--- a/release/scripts/make-manifest.sh
+++ b/release/scripts/make-manifest.sh
@@ -5,7 +5,7 @@
# Usage: make-manifest.sh foo1.txz foo2.txz ...
#
# The output file looks like this (tab-delimited):
-# foo1.txz SHA256-checksu Number-of-files foo1 Description Install-by-default
+# foo1.txz SHA256-checksum Number-of-files foo1 Description Install-by-default
#
# $FreeBSD$
@@ -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}`"
OpenPOWER on IntegriCloud