diff options
author | Wynn Wolf Arbor | 2020-06-05 16:07:14 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-06-05 16:07:14 +0200 |
commit | be22f9e269e122a9eb31c0f6e8940e842a9f0fc9 (patch) | |
tree | d4b5114828c23313ff696e26203c20b738f806f1 | |
parent | 5e8f2ad1159bc79acb6f0039b183e376be6210f3 (diff) | |
download | portage-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.
-rw-r--r-- | host-demeter/make.conf | 2 |
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" |