summaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-06 21:13:01 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-07 13:09:24 +0200
commit6f3a054fc95622f0c002f72c0fac6074bb36c36f (patch)
tree55186fcd41e404cb023e176477ffea52cfab51cf /patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch
parent15aac10c6b474790aedfd88d80c5e9d86a7f36b2 (diff)
Cleanup: Remove obsolete Fuel@OPNFV patches
Since we are now building inside docker containers, it is no longer necessary to use `python-debian` from pip repo instead of Ubuntu. Also, since Fuel@OPNFV improved our mirror selection in [1], we can drop our custom blacklist entries for Ubuntu SE mirrors, as well as repeating the repo mirror build in case of failure. [1] https://gerrit.opnfv.org/gerrit/#/c/22195 Change-Id: I62890b6ae7977cd8a39c06ce17c8964e6cb1dddb Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch')
-rw-r--r--patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch b/patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch
deleted file mode 100644
index b5835edd..00000000
--- a/patches/opnfv-fuel/0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-Date: Thu, 18 Aug 2016 19:21:34 +0200
-Subject: [PATCH] build: ubuntu mirror: blacklist some SE mirrors
-
-Some SE mirrors are acting up lately, blacklist them:
-- ftp.acc.umu.se
-- ftp.lysator.liu.se
-- ftp.availo.se
-
-Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
----
- build/f_isoroot/f_repobuild/select_ubuntu_repo.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
-index 4bca6bd..67219cb 100755
---- a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
-+++ b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
-@@ -21,5 +21,5 @@ RSYNC="rsync -4 --contimeout 5 --no-motd --list-only"
- # Some Ubuntu mirrors seem less reliable for this type of mirroring -
- # as they are discoved they can be added to the blacklist below in order
- # for them not to be considered.
--BLACKLIST="mirror.clibre.uqam.ca"
-+BLACKLIST="mirror.clibre.uqam.ca ftp.acc.umu.se ftp.lysator.liu.se ftp.availo.se"
-