Move tarball-base settings to repo settings
This moves existing tarball-base settings out of per-release to the overall repository-settings. This is nearly always the same for every release, so it's a little redundant, and having it as an overall setting will cause it to be carried over when running init-series and prevent the need to remember to add it with new releases. Change-Id: I6f5766313a5484653b881cf75f8b3c76a473f3e9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
de44324d14
commit
7f2ece4c1b
@ -6,37 +6,32 @@ releases:
|
||||
- projects:
|
||||
- hash: 58ac4c059ae8e0feb7272884833e5633c45bef48
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.11.0
|
||||
- projects:
|
||||
- hash: 72288d3b18e66da3e04c35f60ab43c916b92c59a
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.11.1
|
||||
- projects:
|
||||
- hash: 4960c48aec24e7d1b0f436a704d63b9ec9b6b805
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.11.2
|
||||
- projects:
|
||||
- hash: 7f9ff9585de9eb7c605a2203d3b9dc4608e3ff58
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.12.0
|
||||
- projects:
|
||||
- hash: 0828f7048ec30fb7303749913d47fe06728bd411
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.13.0
|
||||
- projects:
|
||||
- hash: bde07bc95b5b5d16b829f72be7aaa62fab9d716a
|
||||
repo: openstack/keystoneauth
|
||||
tarball-base: keystoneauth1
|
||||
version: 3.13.1
|
||||
team: keystone
|
||||
type: library
|
||||
repository-settings:
|
||||
openstack/keystoneauth: {}
|
||||
openstack/keystoneauth:
|
||||
tarball-base: keystoneauth1
|
||||
branches:
|
||||
- location: 3.13.1
|
||||
name: stable/stein
|
||||
|
@ -11,6 +11,6 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/nova-powervm
|
||||
hash: b3e195041d710135e53e51d17c0b007ea865d850
|
||||
tarball-base: nova_powervm
|
||||
repository-settings:
|
||||
openstack/nova-powervm: {}
|
||||
openstack/nova-powervm:
|
||||
tarball-base: nova_powervm
|
||||
|
@ -5,12 +5,12 @@ release-model: cycle-with-intermediary
|
||||
team: Telemetry
|
||||
type: client-library
|
||||
repository-settings:
|
||||
openstack/python-aodhclient: {}
|
||||
openstack/python-aodhclient:
|
||||
tarball-base: aodhclient
|
||||
releases:
|
||||
- projects:
|
||||
- hash: 6d03e61986418a3a95635405ae65ae9f28a5c61e
|
||||
repo: openstack/python-aodhclient
|
||||
tarball-base: aodhclient
|
||||
version: 1.2.0
|
||||
branches:
|
||||
- location: 1.2.0
|
||||
|
@ -5,12 +5,12 @@ release-model: cycle-with-intermediary
|
||||
team: Telemetry
|
||||
type: client-library
|
||||
repository-settings:
|
||||
openstack/python-pankoclient: {}
|
||||
openstack/python-pankoclient:
|
||||
tarball-base: pankoclient
|
||||
releases:
|
||||
- projects:
|
||||
- hash: 0a27e534d8dde68b05b4e9a8a812622d58642b0a
|
||||
repo: openstack/python-pankoclient
|
||||
tarball-base: pankoclient
|
||||
version: 0.6.0
|
||||
branches:
|
||||
- location: 0.6.0
|
||||
|
@ -6,17 +6,16 @@ releases:
|
||||
- projects:
|
||||
- hash: 62725614cc42be594888136ac23bd78eb3c28aba
|
||||
repo: openstack/python-searchlightclient
|
||||
tarball-base: python-searchlightclient
|
||||
version: 1.4.0
|
||||
- projects:
|
||||
- hash: 76b64f3e3fb0e6f6845cf33752a4c3bd27d0bdc5
|
||||
repo: openstack/python-searchlightclient
|
||||
tarball-base: python-searchlightclient
|
||||
version: 1.5.0
|
||||
team: searchlight
|
||||
type: client-library
|
||||
repository-settings:
|
||||
openstack/python-searchlightclient: {}
|
||||
openstack/python-searchlightclient:
|
||||
tarball-base: python-searchlightclient
|
||||
branches:
|
||||
- location: 1.5.0
|
||||
name: stable/stein
|
||||
|
@ -8,8 +8,8 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/watcher-tempest-plugin
|
||||
hash: d58ad1411156b925192df5769a3765a5d1fc4e95
|
||||
tarball-base: watcher-tempest-plugin
|
||||
repository-settings:
|
||||
openstack/watcher-tempest-plugin: {}
|
||||
openstack/watcher-tempest-plugin:
|
||||
tarball-base: watcher-tempest-plugin
|
||||
team: watcher
|
||||
type: tempest-plugin
|
||||
|
@ -8,8 +8,8 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zun-tempest-plugin
|
||||
hash: e1d8cb3c73aca182245e2208d9dd876ae9cc4a49
|
||||
tarball-base: zun-tempest-plugin
|
||||
repository-settings:
|
||||
openstack/zun-tempest-plugin: {}
|
||||
openstack/zun-tempest-plugin:
|
||||
tarball-base: zun-tempest-plugin
|
||||
team: zun
|
||||
type: tempest-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user