commit: 8b17bd94689a3bed8df78150e3589a24d84d21b3 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 21:53:10 2019 +0000 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 21:53:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8b17bd94
Update catalyst config to use the new paths for portage. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> config/amd64-auto.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index c6cadcec..907d51d7 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-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/amd64-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"
