Rebase: updated blacklist for Ubuntu mirrors
[armband.git] / patches / opnfv-fuel / 0047-build-ubuntu-mirror-blacklist-some-SE-mirrors.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Thu, 18 Aug 2016 19:21:34 +0200
3 Subject: [PATCH] build: ubuntu mirror: blacklist some SE mirrors
4
5 Some SE mirrors are acting up lately, blacklist them:
6 - ftp.acc.umu.se
7 - ftp.lysator.liu.se
8 - ftp.availo.se
9
10 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
11 ---
12  build/f_isoroot/f_repobuild/select_ubuntu_repo.sh | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
16 index 4bca6bd..67219cb 100755
17 --- a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
18 +++ b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
19 @@ -21,5 +21,5 @@ RSYNC="rsync -4 --contimeout 5 --no-motd --list-only"
20  # Some Ubuntu mirrors seem less reliable for this type of mirroring -
21  # as they are discoved they can be added to the blacklist below in order
22  # for them not to be considered.
23 -BLACKLIST="mirror.clibre.uqam.ca"
24 +BLACKLIST="mirror.clibre.uqam.ca ftp.acc.umu.se ftp.lysator.liu.se ftp.availo.se"
25