Use fuel-mirror version which handle 302 redirects 51/16051/1
authorMichal Skalski <mskalski@mirantis.com>
Tue, 28 Jun 2016 13:10:52 +0000 (15:10 +0200)
committerMichal Skalski <mskalski@mirantis.com>
Tue, 28 Jun 2016 13:18:18 +0000 (15:18 +0200)
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>
build/f_isoroot/f_repobuild/Makefile

index 4bb04ca..cbf81fe 100644 (file)
@@ -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