Attention is currently required from: laforge.
3 comments:
File ansible/roles/osmocom-workstation/tasks/git-repos.yml:
Patch Set #3, Line 7: repo: https://git.osmocom.org/{{ item }}.git
Need to remove ".git" at the end:
$ git clone https://git.osmocom.org/libosmo-abis.git
Cloning into 'libosmo-abis'...
fatal: repository 'https://git.osmocom.org/libosmo-abis.git/' not found
$ git clone https://git.osmocom.org/libosmo-abis
Cloning into 'libosmo-abis'...
Fetching objects: 3835, done.
File jobs/osmo-gsm-tester-runner.yml:
Patch Set #3, Line 35: url: https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester
it seems these are randomly used?
it should work fine, but I wonder why you chose e.g. gitea here and in osmo-gsm-tester-builder.yml gerrit. not really important though.
File scripts/osmo-depcheck/dependencies.py:
Patch Set #3, Line 17: httts
https
To view, visit change 28349. To unsubscribe, or for help writing mail filters, visit settings.