Attention is currently required from: laforge, osmith.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37671?usp=email )
Change subject: OBS: latest: set pattern for gapk releases ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/37671/comment/fdd84bab_f6a38c23 PS1, Line 9: may only have two numbers
this is not the case with `v1.1. […]
I confirmed (using https://regex101.com/) that this regexp also works for `v1.1.1`. The reason for that is this part `[0-9.]*`, which is allowing zero or more repetitions of a dot or a digit. This regexp would also match versions like `v1.1.` or even `v1........1`. Not critical, I think.
Patchset:
PS1: I was a bit quicker with https://gerrit.osmocom.org/c/osmo-ci/+/37670 ;)