Skip to content

Commit

Permalink
generate-repo-files: pick up git versions from output too
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Nov 29, 2024
1 parent 5eae153 commit c9082cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/docker/repo-test/generate-repo-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def run (tag, arch='x86_64'):
tag],
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
version = re.search(r'(PowerDNS Authoritative Server|PowerDNS Recursor|' +
r'dnsdist) (\d+\.\d+\.\d+(-\w+)?)',
r'dnsdist) (\d+\.\d+\.\d+(-\w+)?[^ ]*)',
cp.stdout.decode())
if g_verbose:
print(cp.stdout.decode())
Expand Down

0 comments on commit c9082cd

Please sign in to comment.