commit:     6215445409f8a18879b0d2df443868c394a39913
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 19:46:09 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 19:46:09 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=62154454

x86-auto.conf: switch x86 autobuilds to new portage paths

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 config/x86-auto.conf | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index c37f15ad..9c70f60a 100644
--- a/config/x86-auto.conf
+++ b/config/x86-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="autoresume bindist pkgcache preserve_libs seedcache snapcache"
 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/x86-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"

Reply via email to