From: Thierry Parmentelat Date: Tue, 14 Apr 2009 12:28:37 +0000 (+0000) Subject: use another european mirror for f8 - mirrors centos5.3 as well X-Git-Tag: 4.3-rc2~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3d3230c3926d6eb1ebcfbcaff25aada818f83fc9;p=build.git use another european mirror for f8 - mirrors centos5.3 as well --- diff --git a/vbuild-fedora-mirror.sh b/vbuild-fedora-mirror.sh index ff724337..077796f1 100755 --- a/vbuild-fedora-mirror.sh +++ b/vbuild-fedora-mirror.sh @@ -20,9 +20,9 @@ us_fedora_url=rsync://mirrors.kernel.org/fedora us_centos_url=rsync://mirrors.rit.edu/centos us_epel_url=rsync://rsync.gtlib.gatech.edu/fedora-epel -# this one is contaminated with the .~tmp~ thing - -eu_fedora_url=rsync://mirrors.ircam.fr/fedora-linux +# ircam's fedora8 repo has been turned off +#eu_fedora_url=rsync://mirrors.ircam.fr/fedora-linux +eu_fedora_url=rsync://mirror.ovh.net/download.fedora.redhat.com/linux eu_centos_url=rsync://mirrors.ircam.fr/CentOS eu_epel_url=rsync://mirrors.ircam.fr/fedora-epel @@ -31,7 +31,7 @@ jp_centos_url="jp_centos_url-needs-to-be-defined" jp_epel_url="jp_epel_url-needs-to-be-defined" default_distroname="centos5" -all_distronames="f8 f10 centos5.2 epel5" +all_distronames="f8 f10 centos5.2 centos5.3 epel5" default_arch="i386" all_archs="i386 x86_64"