Skip to content
Snippets Groups Projects
Commit 1d048e15 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

describe: Updated git-describe to reflect change to Kirkstone

parent 8352cdf6
No related branches found
No related tags found
No related merge requests found
Pipeline #20572 passed with stage
in 7 seconds
...@@ -2,7 +2,7 @@ def git_describe(dir, distro="guf-wayland"): ...@@ -2,7 +2,7 @@ def git_describe(dir, distro="guf-wayland"):
if 'fngsystem' in distro: if 'fngsystem' in distro:
tagmatch="fngsystem[-/]*" tagmatch="fngsystem[-/]*"
else: else:
tagmatch="dunfell[-/]*" tagmatch="kirkstone[-/]*"
cmd="cd {} && git describe --tags --match '{}'".format( dir, tagmatch) cmd="cd {} && git describe --tags --match '{}'".format( dir, tagmatch)
process = os.popen(cmd) process = os.popen(cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment