commit: ea24197c96b6757a0f1b169f74955aca438be985 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 07:44:20 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 07:44:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ea24197c
Make releng use a private distfile dir, and not share with infra, neither of them are in /usr/portage/distfiles now. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> config/amd64-auto.conf | 2 +- config/nightheron.env | 1 - config/x86-auto.conf | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index 7116cac..6120a6a 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,4 +1,4 @@ -distdir="/usr/portage/distfiles" +distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" sharedir="/usr/lib64/catalyst/" diff --git a/config/nightheron.env b/config/nightheron.env index 16aae76..adcb03f 100644 --- a/config/nightheron.env +++ b/config/nightheron.env @@ -1,4 +1,3 @@ export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" export FEATURES="parallel-fetch preserve-libs" export MAKEOPTS="-j5 -l4" -export DISTDIR="/var/cache/portage/distfiles/" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index 27b5097..f4e934f 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,4 +1,4 @@ -distdir="/usr/portage/distfiles" +distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" sharedir="/usr/lib64/catalyst/"
