Point to specific snapshot of mos repositories 39/23239/4
authorMichal Skalski <mskalski@mirantis.com>
Mon, 17 Oct 2016 15:43:36 +0000 (17:43 +0200)
committerMichal Skalski <mskalski@mirantis.com>
Mon, 17 Oct 2016 18:12:06 +0000 (20:12 +0200)
Fuel 9.1 was released, it is a first time when new version of Fuel is
distributed through the same repositories as previous one, point to
specific snaphost of mos ubuntu repo to prevent mixing packages.

Change-Id: I64bb52657ce476b0c1fdc8e858231ad751ba12b1
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
build/Makefile
build/f_isoroot/f_repobuild/Makefile

index ac85498..fadb8a8 100644 (file)
@@ -58,7 +58,9 @@ export MIRROR_UBUNTU_ROOT := $(shell echo -n '/' ; echo "$(MIRROR_UBUNTU_URL)" |
 export LATEST_MIRROR_ID_URL := http://$(shell ./select_closest_fuel_mirror.py)
 
 export MIRROR_MOS_UBUNTU ?= $(shell echo "$(LATEST_MIRROR_ID_URL)" | cut -d'/' -f3)
-export LATEST_TARGET_UBUNTU := $(shell curl -sSf "$(MIRROR_MOS_UBUNTU)/mos-repos/ubuntu/$(MOSVERSION).target.txt" | head -1)
+#export LATEST_TARGET_UBUNTU := $(shell curl -sSf "$(MIRROR_MOS_UBUNTU)/mos-repos/ubuntu/$(MOSVERSION).target.txt" | head -1)
+# Fuel 9.0
+export LATEST_TARGET_UBUNTU := snapshots/9.0-2016-06-23-164100-copy
 export MIRROR_MOS_UBUNTU_ROOT := /mos-repos/ubuntu/$(LATEST_TARGET_UBUNTU)
 
 export LATEST_TARGET_CENTOS := $(shell curl -sSf "$(LATEST_MIRROR_ID_URL)/mos-repos/centos/mos$(MOSVERSION)-centos7/os.target.txt" | head -1)
index ad1a934..8beb882 100644 (file)
@@ -53,9 +53,9 @@ release:nailgun
        @cp -Rp nailgun ../release/opnfv/nailgun
        @cp fuel_bootstrap_cli.yaml ../release/opnfv/
 
-#############################################################################
+############################################################################
 # Cache operations - only used when building through ci/build.sh
-#############################################################################
+############################################################################
 
 # Create a unique hash to be used for getting and putting cache, based on:
 #   - Year and week (causing the cache to be rebuilt weekly)