summaryrefslogtreecommitdiffstats
path: root/host-demeter/make.conf
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-05 16:07:14 +0200
committerWynn Wolf Arbor2020-06-05 16:07:14 +0200
commitbe22f9e269e122a9eb31c0f6e8940e842a9f0fc9 (patch)
treed4b5114828c23313ff696e26203c20b738f806f1 /host-demeter/make.conf
parent5e8f2ad1159bc79acb6f0039b183e376be6210f3 (diff)
downloadportage-roles-be22f9e269e122a9eb31c0f6e8940e842a9f0fc9.tar.gz
host-demeter: Use default value for GENTOO_MIRRORS
It makes more sense to have Gentoo decide the best available mirrors instead of hardcoding a long list of mirrors that might go offline after a while. Thus simply drop the GENTOO_MIRRORS definition in make.conf.
Diffstat (limited to 'host-demeter/make.conf')
-rw-r--r--host-demeter/make.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/host-demeter/make.conf b/host-demeter/make.conf
index 11c187b..5f824fd 100644
--- a/host-demeter/make.conf
+++ b/host-demeter/make.conf
@@ -16,8 +16,6 @@ PORTAGE_COMPRESS=""
EMERGE_DEFAULT_OPTS="--alert --ask --autounmask=n --color=n --jobs 2 --load-average 2"
-GENTOO_MIRRORS="http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/ http://gentoo.mneisen.org/ http://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ rsync://ftp-stud.hs-esslingen.de/gentoo/"
-
FEATURES="cgroup clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch"
INSTALL_MASK="/usr/share/bash-completion"