diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-10-17 17:43:36 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-10-17 20:12:06 +0200 |
commit | fe3fc91c23ace520f32830b6af5205c39088f922 (patch) | |
tree | 3d804c4202dc3356af02d9a4900aa400bb7ce417 /build/f_isoroot/f_repobuild/Makefile | |
parent | 71f169ff7a7443bc0aa07774b939f087e5f4d6d0 (diff) |
Point to specific snapshot of mos repositories
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>
Diffstat (limited to 'build/f_isoroot/f_repobuild/Makefile')
-rw-r--r-- | build/f_isoroot/f_repobuild/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/f_isoroot/f_repobuild/Makefile b/build/f_isoroot/f_repobuild/Makefile index ad1a934fa..8beb8824f 100644 --- a/build/f_isoroot/f_repobuild/Makefile +++ b/build/f_isoroot/f_repobuild/Makefile @@ -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) |