diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2019-07-15 21:53:10 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2019-07-15 21:53:10 +0000 |
commit | 8b17bd94689a3bed8df78150e3589a24d84d21b3 (patch) | |
tree | 0751747676430279e0a1aa6949b6b08db74cd711 /config | |
parent | Update amd64 specs to use the 17.1 profiles. (diff) | |
download | releng-8b17bd94689a3bed8df78150e3589a24d84d21b3.tar.gz releng-8b17bd94689a3bed8df78150e3589a24d84d21b3.tar.bz2 releng-8b17bd94689a3bed8df78150e3589a24d84d21b3.zip |
Update catalyst config to use the new paths for portage.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/amd64-auto.conf | 18 |
1 files 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" |