diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-06-28 15:10:52 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-06-28 15:18:18 +0200 |
commit | 9fb25d41bd6487e3e34529381d35493ef67bec85 (patch) | |
tree | e0efdd1a33bed92c7eee58e89cbb32434c69946d /build/f_isoroot/f_repobuild | |
parent | e8928f93b50df3ecb11942ab754bae848c082c6a (diff) |
Use fuel-mirror version which handle 302 redirects
Fix is currently in master branch of fuel-mirror, I am not sure when
backport to mitaka branch will be aproved, so for now lets point to
specific commit.
Change-Id: I5215707b477df1b6e8735e62cb392aa1400e8bc2
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'build/f_isoroot/f_repobuild')
-rw-r--r-- | build/f_isoroot/f_repobuild/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/f_isoroot/f_repobuild/Makefile b/build/f_isoroot/f_repobuild/Makefile index 4bb04ca07..cbf81fe4e 100644 --- a/build/f_isoroot/f_repobuild/Makefile +++ b/build/f_isoroot/f_repobuild/Makefile @@ -13,7 +13,9 @@ TOP := $(shell pwd) TMP_ROOT_DIR := $(shell echo "$(MIRROR_UBUNTU_ROOT)" | cut -d "/" -f2) # Enable use of exact repo commit if defined, else use Fuel main branch FUEL_MIRROR_REPO?=https://github.com/openstack/fuel-mirror -FUEL_MIRROR_COMMIT?=$(FUEL_MAIN_TAG) +# Point to the commit where 302 redirects are handled +# https://bugs.launchpad.net/fuel/mitaka/+bug/1593674 +FUEL_MIRROR_COMMIT?=192a3d9f8f993afb12c5108dd9339c6688c23e11 #$(FUEL_MAIN_TAG) include ../../config.mk |