aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2013-01-24 22:46:05 -0500
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2013-01-24 22:46:05 -0500
commit6b4153ab9a07fb2f2c77484bc60d24d0a491e618 (patch)
treea34c8c4e7983020efec754867691823e2d5cc1ac /files
parentUse update_seed_command, as documented (diff)
downloadcatalyst-6b4153ab9a07fb2f2c77484bc60d24d0a491e618.tar.gz
catalyst-6b4153ab9a07fb2f2c77484bc60d24d0a491e618.tar.bz2
catalyst-6b4153ab9a07fb2f2c77484bc60d24d0a491e618.zip
make bindist optional
After the recent fixes which ensure the bindist use flag is always set, users now have no way to disable this flag. This patch introduces the new "bindist" feature, enabled by default, which will allow users to turn off bindist if they are not going to redistribute the builds (or for tinderbox testing, etc).
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index e2def664..f88f1052 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -49,6 +49,8 @@ hash_function="crc32"
# the -a option to the catalyst cmdline. -p will clear the autoresume flags
# as well as your pkgcache and kerncache
# ( This option is not fully tested, bug reports welcome )
+# bindist = enables the bindist USE flag, please see package specific definition,
+# however, it is suggested to enable this if redistributing builds.
# ccache = enables build time ccache support
# distcc = enable distcc support for building. You have to set distcc_hosts in
# your spec file.
@@ -64,7 +66,7 @@ hash_function="crc32"
# your cache. The cache is unlinked before any empty or rm processing, though.
#
# (These options can be used together)
-options="autoresume kerncache pkgcache seedcache snapcache"
+options="autoresume bindist kerncache pkgcache seedcache snapcache"
# portdir specifies the source portage tree used by the snapshot target.
portdir="/usr/portage"