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:
Sean McGinnis 2019-03-22 14:59:42 -05:00
parent de44324d14
commit 7f2ece4c1b
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
7 changed files with 14 additions and 20 deletions

View File

@ -6,37 +6,32 @@ releases:
- projects: - projects:
- hash: 58ac4c059ae8e0feb7272884833e5633c45bef48 - hash: 58ac4c059ae8e0feb7272884833e5633c45bef48
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.11.0 version: 3.11.0
- projects: - projects:
- hash: 72288d3b18e66da3e04c35f60ab43c916b92c59a - hash: 72288d3b18e66da3e04c35f60ab43c916b92c59a
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.11.1 version: 3.11.1
- projects: - projects:
- hash: 4960c48aec24e7d1b0f436a704d63b9ec9b6b805 - hash: 4960c48aec24e7d1b0f436a704d63b9ec9b6b805
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.11.2 version: 3.11.2
- projects: - projects:
- hash: 7f9ff9585de9eb7c605a2203d3b9dc4608e3ff58 - hash: 7f9ff9585de9eb7c605a2203d3b9dc4608e3ff58
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.12.0 version: 3.12.0
- projects: - projects:
- hash: 0828f7048ec30fb7303749913d47fe06728bd411 - hash: 0828f7048ec30fb7303749913d47fe06728bd411
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.13.0 version: 3.13.0
- projects: - projects:
- hash: bde07bc95b5b5d16b829f72be7aaa62fab9d716a - hash: bde07bc95b5b5d16b829f72be7aaa62fab9d716a
repo: openstack/keystoneauth repo: openstack/keystoneauth
tarball-base: keystoneauth1
version: 3.13.1 version: 3.13.1
team: keystone team: keystone
type: library type: library
repository-settings: repository-settings:
openstack/keystoneauth: {} openstack/keystoneauth:
tarball-base: keystoneauth1
branches: branches:
- location: 3.13.1 - location: 3.13.1
name: stable/stein name: stable/stein

View File

@ -11,6 +11,6 @@ releases:
projects: projects:
- repo: openstack/nova-powervm - repo: openstack/nova-powervm
hash: b3e195041d710135e53e51d17c0b007ea865d850 hash: b3e195041d710135e53e51d17c0b007ea865d850
tarball-base: nova_powervm
repository-settings: repository-settings:
openstack/nova-powervm: {} openstack/nova-powervm:
tarball-base: nova_powervm

View File

@ -5,12 +5,12 @@ release-model: cycle-with-intermediary
team: Telemetry team: Telemetry
type: client-library type: client-library
repository-settings: repository-settings:
openstack/python-aodhclient: {} openstack/python-aodhclient:
tarball-base: aodhclient
releases: releases:
- projects: - projects:
- hash: 6d03e61986418a3a95635405ae65ae9f28a5c61e - hash: 6d03e61986418a3a95635405ae65ae9f28a5c61e
repo: openstack/python-aodhclient repo: openstack/python-aodhclient
tarball-base: aodhclient
version: 1.2.0 version: 1.2.0
branches: branches:
- location: 1.2.0 - location: 1.2.0

View File

@ -5,12 +5,12 @@ release-model: cycle-with-intermediary
team: Telemetry team: Telemetry
type: client-library type: client-library
repository-settings: repository-settings:
openstack/python-pankoclient: {} openstack/python-pankoclient:
tarball-base: pankoclient
releases: releases:
- projects: - projects:
- hash: 0a27e534d8dde68b05b4e9a8a812622d58642b0a - hash: 0a27e534d8dde68b05b4e9a8a812622d58642b0a
repo: openstack/python-pankoclient repo: openstack/python-pankoclient
tarball-base: pankoclient
version: 0.6.0 version: 0.6.0
branches: branches:
- location: 0.6.0 - location: 0.6.0

View File

@ -6,17 +6,16 @@ releases:
- projects: - projects:
- hash: 62725614cc42be594888136ac23bd78eb3c28aba - hash: 62725614cc42be594888136ac23bd78eb3c28aba
repo: openstack/python-searchlightclient repo: openstack/python-searchlightclient
tarball-base: python-searchlightclient
version: 1.4.0 version: 1.4.0
- projects: - projects:
- hash: 76b64f3e3fb0e6f6845cf33752a4c3bd27d0bdc5 - hash: 76b64f3e3fb0e6f6845cf33752a4c3bd27d0bdc5
repo: openstack/python-searchlightclient repo: openstack/python-searchlightclient
tarball-base: python-searchlightclient
version: 1.5.0 version: 1.5.0
team: searchlight team: searchlight
type: client-library type: client-library
repository-settings: repository-settings:
openstack/python-searchlightclient: {} openstack/python-searchlightclient:
tarball-base: python-searchlightclient
branches: branches:
- location: 1.5.0 - location: 1.5.0
name: stable/stein name: stable/stein

View File

@ -8,8 +8,8 @@ releases:
projects: projects:
- repo: openstack/watcher-tempest-plugin - repo: openstack/watcher-tempest-plugin
hash: d58ad1411156b925192df5769a3765a5d1fc4e95 hash: d58ad1411156b925192df5769a3765a5d1fc4e95
tarball-base: watcher-tempest-plugin
repository-settings: repository-settings:
openstack/watcher-tempest-plugin: {} openstack/watcher-tempest-plugin:
tarball-base: watcher-tempest-plugin
team: watcher team: watcher
type: tempest-plugin type: tempest-plugin

View File

@ -8,8 +8,8 @@ releases:
projects: projects:
- repo: openstack/zun-tempest-plugin - repo: openstack/zun-tempest-plugin
hash: e1d8cb3c73aca182245e2208d9dd876ae9cc4a49 hash: e1d8cb3c73aca182245e2208d9dd876ae9cc4a49
tarball-base: zun-tempest-plugin
repository-settings: repository-settings:
openstack/zun-tempest-plugin: {} openstack/zun-tempest-plugin:
tarball-base: zun-tempest-plugin
team: zun team: zun
type: tempest-plugin type: tempest-plugin