Fix BASE_SRCREV for OpenStack projects
After creating the `upstream` directory in this repository to start the development and upversion testing of stx-openstack @ Antelope [1], it has been observed that the projects involved in the previous change are failing to build due to a commit specified in their `BASE_SRCREV` that, apparently, does not exist in the starlingx/openstack-armada-app commit tree. Therefore, this change proposes the use of the following commit hash generated by Zuul during the merge of [1] into the `master` branch: commit 27acda9a6b4885a50064cebc0858892e71aa37ce Merge: 9ba60e1 f7f7690 Author: Zuul <zuul@review.opendev.org> Date: Mon Jun 19 20:58:27 2023 +0000 Merge "Creating folder structure for STX-O upversion" Test Plan: PASS - As it is today, verify that it is not possible to build the packages associated with this change: $ git rev-list --count \ 5566a41fc0f0be21e2764a9cc0c37823dcae72c8..HEAD . > fatal: Invalid revision range \ 5566a41fc0f0be21e2764a9cc0c37823dcae72c8..HEAD PASS - With this change, verify that all packages are building correctly Story: 2010774 Task: 48115 [1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/886027 Change-Id: I4afc981ca39dec4caf40c4df0ba4f8eed67d34a2 Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
This commit is contained in:
parent
d197336e5e
commit
2f81cc3b71
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/barbican
|
||||
|
@ -9,5 +9,5 @@ revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/keystone
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/openstack-pkg-tools
|
||||
|
@ -7,5 +7,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/openstack-ras
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-aodhclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-barbicanclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-cinderclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-glanceclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-gnocchiclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-heatclient
|
||||
|
@ -19,5 +19,5 @@ src_files:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-horizon
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-ironicclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-keystoneclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-neutronclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-novaclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-openstackclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-openstacksdk
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-osc-lib
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-oslo-messaging
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-pankoclient
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/python-wsme
|
||||
|
@ -8,5 +8,5 @@ dl_path:
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 5566a41fc0f0be21e2764a9cc0c37823dcae72c8
|
||||
BASE_SRCREV: 27acda9a6b4885a50064cebc0858892e71aa37ce
|
||||
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/upstream/openstack/rabbitmq-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user