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 ;)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37671?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If7328a31c6c64b91d0727dbe16bb8d6915fed260
Gerrit-Change-Number: 37671
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 31 Jul 2024 15:31:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment