From 1d048e1553e0fffa51a0787fb60ddebef319f7ca Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@garz-fricke.com> Date: Tue, 10 May 2022 09:33:26 +0200 Subject: [PATCH] describe: Updated git-describe to reflect change to Kirkstone --- git-describe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-describe.inc b/git-describe.inc index a3f623f..b0a628c 100644 --- a/git-describe.inc +++ b/git-describe.inc @@ -2,7 +2,7 @@ def git_describe(dir, distro="guf-wayland"): if 'fngsystem' in distro: tagmatch="fngsystem[-/]*" else: - tagmatch="dunfell[-/]*" + tagmatch="kirkstone[-/]*" cmd="cd {} && git describe --tags --match '{}'".format( dir, tagmatch) process = os.popen(cmd) -- GitLab