From 958520a9571ac2078d2cc90cabeeb99e98d02d68 Mon Sep 17 00:00:00 2001 From: qinxialei Date: Mon, 16 Jan 2023 11:40:16 +0000 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: -- 2.30.2