summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-15 18:27:58 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-15 21:14:25 +0000
commit3816f1e8464e67127f33f0d588711c186ba3e681 (patch)
tree56adfd31cc901910f8f92f99a3d86f26865e64e2
parent956d1d0056c54fe4c886126dcf489b547b01d49a (diff)
reclass: system: Pin Armband apt-mk to nightly ver
Recently, Mirantis apt-mk repos were changed upstream from using the 'nightly' dist to 'stable'. However, Armband only provides the 'nightly' dist for now, so hardcode our repo definitions to that. Change-Id: I43b7531905b1bbe2a79a3fb2215dea9c35932b7c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ada64bbcb86666e792e72413ea2900e8ff60c4b3)
-rw-r--r--patches/reclass-system-salt-model/0001-linux-system-repo-mcp-Add-Armband-repos.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/reclass-system-salt-model/0001-linux-system-repo-mcp-Add-Armband-repos.patch b/patches/reclass-system-salt-model/0001-linux-system-repo-mcp-Add-Armband-repos.patch
index 828fb600..b99fa735 100644
--- a/patches/reclass-system-salt-model/0001-linux-system-repo-mcp-Add-Armband-repos.patch
+++ b/patches/reclass-system-salt-model/0001-linux-system-repo-mcp-Add-Armband-repos.patch
@@ -27,12 +27,12 @@ index 826969b..01b9cc5 100644
priority: 1100
package: '*'
+ armband_mcp_extra:
-+ source: "deb [arch=arm64] http://linux.enea.com/apt-mk/${_param:linux_system_codename}/ ${_param:linux_system_repo_mcp_extra_version} extra"
++ source: "deb [arch=arm64] http://linux.enea.com/apt-mk/${_param:linux_system_codename}/ nightly extra"
+ architectures: arm64
+ key_url: "http://linux.enea.com/apt-mk/public.gpg"
+ clean_file: true
+ pin:
-+ - pin: 'release a=${_param:linux_system_repo_mcp_extra_version}'
++ - pin: 'release a=nightly'
+ priority: 1100
+ package: '*'
diff --git a/linux/system/repo/mcp/openstack.yml b/linux/system/repo/mcp/openstack.yml
@@ -84,10 +84,10 @@ index 2235b2c..be8ffd2 100644
+ priority: 1100
+ package: '*'
+ armband_mk_openstack:
-+ source: "deb [arch=arm64] http://linux.enea.com/apt-mk/${_param:linux_system_codename}/ ${_param:linux_system_repo_mk_openstack_version} ${_param:openstack_version}"
++ source: "deb [arch=arm64] http://linux.enea.com/apt-mk/${_param:linux_system_codename}/ nightly ${_param:openstack_version}"
+ architectures: arm64
+ key_url: "http://linux.enea.com/apt-mk/public.gpg"
+ pin:
-+ - pin: 'release a=${_param:linux_system_repo_mk_openstack_version}'
++ - pin: 'release a=nightly'
+ priority: 1100
+ package: '*'