Attention is currently required from: osmith, pespin.
fixeria has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/docker-playground/+/40260?usp=email )
Change subject: nplab: don't use deprecated git.osmocom.org ......................................................................
Patch Set 1:
(1 comment)
File nplab-sua-test/Dockerfile:
https://gerrit.osmocom.org/c/docker-playground/+/40260/comment/baadd5a4_1067... : PS1, Line 6: RUN cd /tmp && git clone https://gitea.osmocom.org/nplab/sua-testtool
yeah as I wrote in the commit message, I think for this project in particular it doesn't matter much […]
``` $ curl https://gitea.osmocom.org/api/v1/repos/nplab/sua-testtool/git/refs/heads/mas... | json_reformat [ { "ref": "refs/heads/master", "url": "https://gitea.osmocom.org/api/v1/repos/nplab/sua-testtool/git/refs/heads/mas...", "object": { "type": "commit", "sha": "37204dcb97ae0961c8d4ccf85fa68596fed7df9a", "url": "https://gitea.osmocom.org/api/v1/repos/nplab/sua-testtool/git/commits/37204d..." } } ] ```
Found in docker-playground.git:
``` $ git grep -n gitea | grep -i api asterisk-master/Dockerfile:54:ADD https://gitea.sysmocom.de/api/v1/repos/sysmocom/pjproject/git/refs/heads/$PJ... /tmp/pjproject-ver asterisk-master/Dockerfile:66:ADD https://gitea.sysmocom.de/api/v1/repos/sysmocom/asterisk/git/refs/heads/$AST... /tmp/asterisk-ver ```