From 0321b636549842e57c7566b448dfc506a3ad69c4 Mon Sep 17 00:00:00 2001 From: Manoel Benedito Neto Date: Fri, 24 Feb 2023 08:53:24 -0300 Subject: [PATCH] Update debian packages for pkg-versioning The Debian packaging meta_data file has been changed to reflect all the latest git commits under the directory, pointed as usable, and to improve pkg-versioning addressing the first commit as start point to build packages. This ensures that any new code submissions under those directories will increment the versions. The commit SHA 4b8dd90cbf was choosen to be the SRC_BASE_SRCREV of the metadata file for python3-k8sapp-nginx-ingress-controller and stx-nginx-ingress-controller-helm because is the commit that creates the debian directory with build files structure for those packages. Test Plan: PASS: Verify package versions are updated as expected. PASS: build-pkgs -c -p python3-k8sapp-nginx-ingress-controller PASS: build-pkgs -c -p stx-nginx-ingress-controller-helm Story: 2010550 Task: 47497 Signed-off-by: Manoel Benedito Neto Change-Id: I1f79fef0304792eb572a866680cca22ea381d392 --- python3-k8sapp-nginx-ingress-controller/debian/meta_data.yaml | 2 +- stx-nginx-ingress-controller-helm/debian/meta_data.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-k8sapp-nginx-ingress-controller/debian/meta_data.yaml b/python3-k8sapp-nginx-ingress-controller/debian/meta_data.yaml index d835084..e5805df 100644 --- a/python3-k8sapp-nginx-ingress-controller/debian/meta_data.yaml +++ b/python3-k8sapp-nginx-ingress-controller/debian/meta_data.yaml @@ -6,4 +6,4 @@ revision: dist: $STX_DIST GITREVCOUNT: SRC_DIR: ${MY_REPO}/stx/nginx-ingress-controller-armada-app - BASE_SRCREV: 7d46af2312307344d714ae4e3a184fb577a210e8 + BASE_SRCREV: 4b8dd90cbf87e23d249c2c2faae0968733689c03 diff --git a/stx-nginx-ingress-controller-helm/debian/meta_data.yaml b/stx-nginx-ingress-controller-helm/debian/meta_data.yaml index 48b62ac..56eeea9 100644 --- a/stx-nginx-ingress-controller-helm/debian/meta_data.yaml +++ b/stx-nginx-ingress-controller-helm/debian/meta_data.yaml @@ -11,4 +11,4 @@ revision: dist: $STX_DIST GITREVCOUNT: SRC_DIR: ${MY_REPO}/stx/nginx-ingress-controller-armada-app - BASE_SRCREV: 7d46af2312307344d714ae4e3a184fb577a210e8 + BASE_SRCREV: 4b8dd90cbf87e23d249c2c2faae0968733689c03