Attention is currently required from: neels.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/32230 )
Change subject: jobs/osmocom-obs-rhizomatica: add new jobs ......................................................................
Patch Set 2:
(1 comment)
File jobs/osmocom-obs-rhizomatica.yml:
https://gerrit.osmocom.org/c/osmo-ci/+/32230/comment/0b69ac7f_45ce51c9 PS2, Line 48: --feed "master" \
does it show in the naming/the URL
no, that is set by PROJ.
is it freely choosable
It must be master for this type of repository. The --feed argument used to describe the feed we are uploading to (nightly, latest, master). It tells the update_obs_project.py script: * which git reference it should try to upload (latest: the last release tag, master/nightly: the last commit on the given git branch, by default the "master" git branch) * whether it should store the current git as text file in OBS and compare it ahead of time, and skip the package if it didn't change (master only)
Now that we have additional repositories (wireshark, rhizomatica), it isn't necessarily the actual feed we are uploading to. It only describes the characteristics named above. So the name is historic here, it probably makes sense to give it another name to avoid confusion. I'll do that later in a follow-up patch.