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

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2019-10-04 14:46:09 -05:00
parent 486e111ad2
commit 6215445409
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -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"