diff options
author | Wolfgang Müller | 2019-02-22 14:29:09 +0100 |
---|---|---|
committer | Wolfgang Müller | 2019-02-22 14:29:09 +0100 |
commit | 62fe5b9cc4b96af63d17a7474d49475231baed4e (patch) | |
tree | b8aacaf81690e4931a84e3dc7bdd017d2c68ab3e | |
parent | 9f5ca51c77506cda82fe73f57081995e7f3506f9 (diff) | |
download | portage-roles-62fe5b9cc4b96af63d17a7474d49475231baed4e.tar.gz |
host-tithonus: Move portage tree to /var/portage/tree
Diffstat (limited to '')
-rw-r--r-- | host-tithonus/make.conf | 6 | ||||
-rw-r--r-- | host-tithonus/repos.conf/gentoo.conf | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/host-tithonus/make.conf b/host-tithonus/make.conf index 5ef2f39..5251caa 100644 --- a/host-tithonus/make.conf +++ b/host-tithonus/make.conf @@ -5,16 +5,14 @@ CHOST="x86_64-pc-linux-gnu" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" -PORTDIR="/var/portage" -DISTDIR="${PORTDIR}/distfiles" -PKGDIR="${PORTDIR}/packages" +DISTDIR="/var/portage/distfiles" +PKGDIR="/var/portage/packages" MAKEOPTS="-j8" PORT_LOGDIR="/var/log/portage/" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_ELOG_SYSTEM="echo save:*" -PORTAGE_GPG_DIR="/etc/portage/gpg" PORTAGE_COMPRESS="" diff --git a/host-tithonus/repos.conf/gentoo.conf b/host-tithonus/repos.conf/gentoo.conf index 77e36fa..e3e401f 100644 --- a/host-tithonus/repos.conf/gentoo.conf +++ b/host-tithonus/repos.conf/gentoo.conf @@ -2,7 +2,6 @@ main-repo = gentoo [gentoo] -auto-sync = yes -location = /var/portage +location = /var/portage/tree sync-type = rsync sync-uri = rsync://demeter.olympus/gentoo-portage |