diff options
Diffstat (limited to 'etc/catalyst.conf')
-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" |