From 60ab3f6b457c16e8afd2ebec2a169edd89b6bfab Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 26 Jan 2023 20:46:01 +0000 Subject: [PATCH] Update debian package versions to use git commits The Debian packaging has been changed to reflect all the git commits under the directory, and not just the commits to the metadata folder. This ensures that any new code submissions under those directories will increment the versions. All packages have a higher version than before the change. Test Plan: PASS: build-pkgs -c -p fm-api PASS: build-pkgs -c -p fm-common PASS: build-pkgs -c -p fm-doc PASS: build-pkgs -c -p fm-mgr PASS: build-pkgs -c -p fm-rest-api PASS: build-pkgs -c -p python-fmclient Story: 2010550 Task: 47226 Signed-off-by: Al Bailey Change-Id: I65e881ba96512d2eaba25c44332d5ae82efea502 --- fm-api/debian/meta_data.yaml | 2 ++ fm-common/debian/meta_data.yaml | 2 ++ fm-doc/debian/meta_data.yaml | 2 ++ fm-mgr/debian/meta_data.yaml | 2 ++ fm-rest-api/debian/meta_data.yaml | 2 ++ python-fmclient/debian/meta_data.yaml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/fm-api/debian/meta_data.yaml b/fm-api/debian/meta_data.yaml index fe5c7d0a..1c448573 100644 --- a/fm-api/debian/meta_data.yaml +++ b/fm-api/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: source revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 7b127659e58af5f26230dad4fcb0fda3dc3d28b6 diff --git a/fm-common/debian/meta_data.yaml b/fm-common/debian/meta_data.yaml index be972867..ce5f048c 100644 --- a/fm-common/debian/meta_data.yaml +++ b/fm-common/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: sources revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 20057683781d8dc18e911e60e4f3f545f0677b20 diff --git a/fm-doc/debian/meta_data.yaml b/fm-doc/debian/meta_data.yaml index 71cc3e9e..11e57bca 100644 --- a/fm-doc/debian/meta_data.yaml +++ b/fm-doc/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: fm_doc revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 707340e52146fe96a056e8d50067f0c6f896e713 diff --git a/fm-mgr/debian/meta_data.yaml b/fm-mgr/debian/meta_data.yaml index bc80059a..c394bff5 100644 --- a/fm-mgr/debian/meta_data.yaml +++ b/fm-mgr/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: sources revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 3c943a5a78aff2ea3a82fde40f18130d8773f835 diff --git a/fm-rest-api/debian/meta_data.yaml b/fm-rest-api/debian/meta_data.yaml index 66350ac7..27c333f7 100644 --- a/fm-rest-api/debian/meta_data.yaml +++ b/fm-rest-api/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: fm revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 3c943a5a78aff2ea3a82fde40f18130d8773f835 diff --git a/python-fmclient/debian/meta_data.yaml b/python-fmclient/debian/meta_data.yaml index cd2b597b..02444fb9 100644 --- a/python-fmclient/debian/meta_data.yaml +++ b/python-fmclient/debian/meta_data.yaml @@ -5,3 +5,5 @@ src_path: fmclient revision: dist: $STX_DIST PKG_GITREVCOUNT: true + SRC_GITREVCOUNT: + SRC_BASE_SRCREV: 9c636ed5c22716a03a60c7427e19262b507eb3f2