aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-10-11 11:17:43 -0500
committerBen Kohler <bkohler@gentoo.org>2019-10-11 11:17:43 -0500
commitf8c818cefc73c6977ceecbd385330d06896d1956 (patch)
tree1cb747952cdcad70b8ab8ed095dda400d079b0db
parentAdd app-misc/livecd-tools to all livecd-stage1 specs (diff)
downloadreleng-f8c818ce.tar.gz
releng-f8c818ce.tar.bz2
releng-f8c818ce.zip
sparc-auto.conf: move to new portage paths
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--config/sparc-auto.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/sparc-auto.conf b/config/sparc-auto.conf
index b62a3f83..ad990f23 100644
--- a/config/sparc-auto.conf
+++ b/config/sparc-auto.conf
@@ -1,16 +1,16 @@
-repo_basedir="/usr"
-repo_name="portage"
-target_distdir="/usr/portage/distfiles"
-target_pkgdir="/usr/portage/packages"
-distdir="/release/tmp/distfiles"
-portdir="/release/trees/portage-auto"
-options="bindist kerncache pkgcache preserve_libs"
sharedir="/usr/share/catalyst"
-shdir="/usr/share/catalyst/targets"
+shdir="%(sharedir)s/targets"
+options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
+portdir="/release/trees/portage-auto"
+distdir="/release/tmp/distfiles"
storedir="/release/buildroot/sparc-dev"
snapshot_cache="/release/tmp/snapshots"
envscript="/etc/catalyst/local/host.env"
+source_matching="loose"
hash_function="crc32"
digests="sha512 whirlpool"
contents="auto"
-source_matching="loose"
+repo_basedir="/var/db/repos"
+repo_name="gentoo"
+target_distdir="/var/cache/distfiles"
+target_pkgdir="/var/cache/binpkgs"