diff options
author | Wolfgang Müller | 2019-04-30 17:38:40 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-04-30 17:38:40 +0200 |
commit | bad1286721c1fee6dd057fcec25859085afce5cb (patch) | |
tree | 89a59849adb6521a66104b67a2ee028e210db01c | |
parent | 888d163ce2c9ead7fa45e4faae79d44a950d7bef (diff) | |
download | portage-roles-bad1286721c1fee6dd057fcec25859085afce5cb.tar.gz |
host-tithonus: Remove custom GENTOO_MIRRORS setting
By default portage will connect to distfiles.gentoo.org to download
distfiles. Instead of keeping track of good mirrors ourselves, just rely
on the official rotation.
Diffstat (limited to '')
-rw-r--r-- | host-tithonus/make.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host-tithonus/make.conf b/host-tithonus/make.conf index 52f84c7..37de8d5 100644 --- a/host-tithonus/make.conf +++ b/host-tithonus/make.conf @@ -18,8 +18,6 @@ PORTAGE_COMPRESS="" EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 3 --load-average 6" -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/" - VIDEO_CARDS="nvidia" INSTALL_MASK="/usr/share/bash-completion" |