Rebase: fuel-mirror upstream changes
[armband.git] / patches / opnfv-fuel / 0047-build-ubuntu-mirror-blacklist-ftp.acc.umu.se.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 ftp.acc.umu.se
4
5 Another SE mirror acting up lately ...
6
7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
8 ---
9  build/f_isoroot/f_repobuild/select_ubuntu_repo.sh | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
13 index 4bca6bd..67219cb 100755
14 --- a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
15 +++ b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh
16 @@ -21,5 +21,5 @@ RSYNC="rsync -4 --contimeout 5 --no-motd --list-only"
17  # Some Ubuntu mirrors seem less reliable for this type of mirroring -
18  # as they are discoved they can be added to the blacklist below in order
19  # for them not to be considered.
20 -BLACKLIST="mirrors.se.eu.kernel.org mirror.its.dal.ca"
21 +BLACKLIST="mirrors.se.eu.kernel.org ftp.acc.umu.se mirror.its.dal.ca"
22