diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 09:33:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 09:33:05 +0000 |
commit | 51897e3ed943ec9d7703f79b321dfcb818b8fa66 (patch) | |
tree | f5110e4a7d96283e06419b3d35cebdd91f463d04 /conf | |
parent | 61419bd0915a80bd45eaa99add27da420761ccc0 (diff) |
change mirrors, use Romania and UK only (this is not a hint on where developers leave...not at all)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index cc1d01c..0c73fc7 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -43,7 +43,7 @@ CONFIG_PROTECT="/usr/share/config/kdm /etc" # /lib/modules mask is useful for our internal tinderbox CONFIG_PROTECT_MASK="/etc/skel /lib/modules" APACHE2_MPMS="prefork" -GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://archive.mmu.edu.my/gentoo rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://mirror.neolabs.kz/gentoo http://ftp.gentoo.bg/ http://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo" +GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://mirror.bytemark.co.uk/gentoo/" USE_PYTHON="2.7 3.3" PYTHON_TARGETS="python2_7 python3_3" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 90a23ba..5c5fe8e 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -45,7 +45,7 @@ QEMU_SOFTMMU_TARGETS="x86_64 i386" CONFIG_PROTECT="/usr/share/config/kdm /etc" # /lib/modules mask is useful for our internal tinderbox CONFIG_PROTECT_MASK="/etc/skel /lib/modules" -GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ ftp://mirror.cambrium.nl/pub/os/linux/gentoo/ ftp://mirror.opteamax.de/gentoo/ http://ftp.heanet.ie/pub/gentoo/" +GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://mirror.bytemark.co.uk/gentoo/" USE_PYTHON="2.7 3.3" PYTHON_TARGETS="python2_7 python3_3" |