From 5126fcfd4e2b68cf25c3458bfced002f5fdefa8d Mon Sep 17 00:00:00 2001 From: OpenKylin Developers Date: Mon, 13 Feb 2023 14:53:23 +0800 Subject: [PATCH] Unbundling-version-from-git Unbundling version from git Gbp-Pq: Name Unbundling-version-from-git.patch --- build/gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gen.py b/build/gen.py index 2d109ed..18ad20d 100755 --- a/build/gen.py +++ b/build/gen.py @@ -218,7 +218,7 @@ def main(argv): def GenerateLastCommitPosition(host, header): ROOT_TAG = 'initial-commit' describe_output = subprocess.check_output( - ['git', 'describe', 'HEAD', '--abbrev=12', '--match', ROOT_TAG], + ['debian/gn-describe'], shell=host.is_windows(), cwd=REPO_ROOT) mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode()) if not mo: