From bb3fbef6235930d3c67804234259047fb6a45df9 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 16 Feb 2023 19:28:39 +0000 Subject: [PATCH] Update update-motd debian package ver based on git Update debian package versions to use git commits for: - update-motd Old version was: 3 New version is: 4 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. Test Plan: PASS: build-pkgs -p update-motd Story: 2010550 Task: 47390 Signed-off-by: Al Bailey Change-Id: I95374839a13da5f06a8bdefc1c3bbbee78ae5885 --- utilities/update-motd/debian/meta_data.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utilities/update-motd/debian/meta_data.yaml b/utilities/update-motd/debian/meta_data.yaml index c63d111c..703e5fb3 100644 --- a/utilities/update-motd/debian/meta_data.yaml +++ b/utilities/update-motd/debian/meta_data.yaml @@ -6,4 +6,6 @@ src_files: - files revision: dist: $STX_DIST - PKG_GITREVCOUNT: true + GITREVCOUNT: + BASE_SRCREV: b9a9f07a66ab2fdfbd17f461b0c6a989690c6cb2 + SRC_DIR: ${MY_REPO}/stx/utilities/utilities/update-motd