Update openstack-armada-app debian packages to use git commits

This change makes change in the meta_data for the packages:
openstack-helm, openstack-helm-infra, python3-k8sapp-openstack,
stx-openstack-helm and stx-openstack-helm-fluxcd.

For openstack-helm:
- old version was: 25
- new version is: 44
- the version is based in the commit [1] which is the first change
  in the /files directory after Debian files were introduced

 For openstack-helm-infra
- old version was: 19
- new version is: 29
- the version is based in the commit [2] which is the first change
  in the /files directory after Debian files were introduced

For python3-k8sapp-openstack:
- old version was 7
- new version is 16
- the version uses the commit [3] that defaulted testenv to
  python3.9 configuration

For stx-openstack-helm:
- old version was: 9
- new version is: 42
- the version uses the commit [4] that introduced the debian packages
  in this repo as base

For stx-openstack-helm-fluxcd:
- old version was: 8
- new version is: 43
- the version uses the commit [5] that introduced the debian packages
  in this repo as base

This ensures that any new code submissions under those
directories will increment the versions.

[1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/819374
[2] https://review.opendev.org/c/starlingx/openstack-armada-app/+/822831
[3] https://review.opendev.org/c/starlingx/openstack-armada-app/+/847041
[4] https://review.opendev.org/c/starlingx/openstack-armada-app/+/815738
[5] https://review.opendev.org/c/starlingx/openstack-armada-app/+/855507

Test plan:
PASS: build-pkgs -c -p openstack-helm
PASS: build-pkgs -c -p openstack-helm-infra
PASS: build-pkgs -c -p python3-k8sapp-openstack
PASS: build-pkgs -c -p stx-openstack-helm
PASS: build-pkgs -c -p stx-openstack-helm-fluxcd

Story: 2010550
Task: 47480

Signed-off-by: Romulo Leite <romulo.leite@windriver.com>
Change-Id: I59c7b16dd9e7c3333684b47d014377049fe707fb
This commit is contained in:
Romulo Leite 2023-02-22 10:43:41 -03:00
parent 2d79e86e4f
commit 6f2ce8908d
5 changed files with 14 additions and 2 deletions

View File

@ -10,3 +10,6 @@ src_files:
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true
GITREVCOUNT:
BASE_SRCREV: fbf8dd7772c43978d1b5a79c1358d64adf857c9e
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/openstack-helm-infra/files

View File

@ -11,3 +11,6 @@ src_files:
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true
GITREVCOUNT:
BASE_SRCREV: 0a50ff4f895fb2d20122c23019f76d08d885a12f
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/openstack-helm/files

View File

@ -5,3 +5,5 @@ src_path: k8sapp_openstack
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true
SRC_GITREVCOUNT:
SRC_BASE_SRCREV: dceba419435f9d377bf28b96bf7981d0bf809870

View File

@ -7,4 +7,6 @@ src_files:
- ${MY_REPO}/stx/helm-charts/fm-rest-api/fm-rest-api/helm-charts
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true
GITREVCOUNT:
BASE_SRCREV: daef54697f354ca8fda128c46e50771f8ee7eb45
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/stx-openstack-helm-fluxcd

View File

@ -7,4 +7,6 @@ src_files:
- ${MY_REPO}/stx/helm-charts/fm-rest-api/fm-rest-api/helm-charts
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true
GITREVCOUNT:
BASE_SRCREV: dec8d500612a680365906135526578dd2c56c161
SRC_DIR: ${MY_REPO}/stx/openstack-armada-app/stx-openstack-helm