diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-21 17:49:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-21 19:09:59 -0700 |
commit | 6493f3bc534f97468c514a12035b10e3107c4ecf (patch) | |
tree | 898b2346694454771ea108ae7dedc048d2f68382 /etc | |
parent | catalyst: Make distdir default to host's DISTDIR (diff) | |
download | catalyst-6493f3bc534f97468c514a12035b10e3107c4ecf.tar.gz catalyst-6493f3bc534f97468c514a12035b10e3107c4ecf.tar.bz2 catalyst-6493f3bc534f97468c514a12035b10e3107c4ecf.zip |
catalyst: Remove some defaults from configuration file
Leave the machinery in place, but remove the default settings from the
configuration file, since basically no one is going to need to change
these and in practice they just cover up mistakes in defaults.py.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 60a4dd93..6d530a39 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -58,33 +58,6 @@ options="autoresume bindist kerncache pkgcache seedcache snapcache" # Source portdir specifies the source portage tree used by the snapshot target. portdir="/var/db/repos/gentoo" -# Target portdir setting. It needs to be in 2 parts. -# They will be used separately, then added together where needed. -# eg: -# repo_basedir="/var/db/repos" -# repo_name="gentoo" -# -repo_basedir="/var/db/repos" -repo_name="gentoo" -target_distdir="/var/cache/distfiles" -target_pkgdir="/var/cache/binpkgs" - -# sharedir specifies where all of the catalyst runtime executables -# and other shared lib objects are. -# Most users do not need to change this. -sharedir="/usr/share/catalyst" - -# shdir specifies where all of the catalyst runtime executables are. -shdir="%(sharedir)s/targets" - -# snapshot_cache specifies where the snapshots will be cached to if snapcache is -# enabled in the options. -snapshot_cache="/var/tmp/catalyst/snapshot_cache" - -# storedir specifies where catalyst will store everything that it builds, and -# also where it will put its temporary files and caches. -storedir="/var/tmp/catalyst" - # source_matching specifies how catalyst will match non-specific file names # if the filename is not found as an exact match. # ie: a filename without the extension specified. "/path/to/foo" |