diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-07-20 14:27:06 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-07-21 08:59:42 +0000 |
commit | b89e203b875737b0f251bf13ceb300b90e14b14f (patch) | |
tree | 5c6c77d549220c2aeea590b6045e1ac7296753ab /build/f_isoroot | |
parent | a64cb984707ca6259c4f4641fbfa6f6ef85fd88d (diff) |
Pinning down exact Fuel 9.0.1 repo versions
stable/mitaka branch is open for new commits for Fuel 9.1. To not be
impacted by new upstream changes point to specific commits which were
used for Fuel 9.0 General Availabilit (9.0.1).
JIRA: https://jira.opnfv.org/browse/FUEL-153
verify: no-cache
Change-Id: I7fd8d2f11e4be6f47e39924913c48bfe7d4f2eb3
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'build/f_isoroot')
-rwxr-xr-x | build/f_isoroot/f_repobuild/select_ubuntu_repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh index 540f7ebce..4bca6bd9b 100755 --- a/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh +++ b/build/f_isoroot/f_repobuild/select_ubuntu_repo.sh @@ -21,7 +21,7 @@ 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="mirrors.se.eu.kernel.org" +BLACKLIST="mirrors.se.eu.kernel.org mirror.its.dal.ca" return_url=0 |