diff options
author | 2016-01-20 21:07:50 -0800 | |
---|---|---|
committer | 2016-01-20 21:07:50 -0800 | |
commit | dddadbeffd7a17b91b89abd73786f14e6177d6fe (patch) | |
tree | 028951dabe200c227c7c876522a6805bfff02e82 /config | |
parent | unmerge hardened-sources not gentoo-sources for hardened specs (diff) | |
download | releng-dddadbeffd7a17b91b89abd73786f14e6177d6fe.tar.gz releng-dddadbeffd7a17b91b89abd73786f14e6177d6fe.tar.bz2 releng-dddadbeffd7a17b91b89abd73786f14e6177d6fe.zip |
Gentoo infra boxes now have distfiles outside /usr/portage.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/nightheron.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nightheron.env b/config/nightheron.env index adcb03fd..16aae76a 100644 --- a/config/nightheron.env +++ b/config/nightheron.env @@ -1,3 +1,4 @@ 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/" |