osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/34455?usp=email )
Change subject: OBS: add git tag pattern for wireshark ......................................................................
OBS: add git tag pattern for wireshark
Since previous patch 62693be1 ("OBS: fix generating wrong limesuite version"), the scripts rely on having the correct pattern for the tag in the config. Add the pattern for wireshark.
Fix for: fatal: No tags can describe '6d412b991d8c2f50b7854611b1a9ef567bab9962'.
Change-Id: Ic8e83b4d5d897cb6b94b04b1232486288f3a1f9b --- M scripts/obs/lib/config.py 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/34455/1
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 3a3e9ad..3b2518f 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -110,6 +110,7 @@ git_latest_tag_pattern_other = { "limesuite": "^v[0-9]*\.[0-9]*\.[0-9]*$", "open5gs": "^v[0-9]*\.[0-9]*\.[0-9]*$", + "wireshark": "^v[0-9]*\.[0-9]*\.[0-9a-z]*$", }
docker_distro_default = "debian:12"