From d79365051958ae38e05b5b8060b50e220b7dd3fd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 17 May 2021 08:16:05 +0200 Subject: [PATCH] some more git.sysmocom.de https (+path) changes due to gitea migration Change-Id: Ie1599b356932ffa83d70e08b96179b7ca4909b14 --- ansible/roles/gsm-tester/tasks/main.yml | 2 +- ansible/roles/osmocom-workstation/tasks/git-repos.yml | 8 ++++---- coverity/prepare_source_Osmcocom.sh | 2 +- jobs/master-builds.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml index 418509ec..7d28558f 100644 --- a/ansible/roles/gsm-tester/tasks/main.yml +++ b/ansible/roles/gsm-tester/tasks/main.yml @@ -132,7 +132,7 @@ - name: setup ofono repository git: - repo: 'git://git.sysmocom.de/ofono' + repo: 'https://git.sysmocom.de/sysmocom/ofono' dest: /root/ofono version: osmo-gsm-tester clone: yes diff --git a/ansible/roles/osmocom-workstation/tasks/git-repos.yml b/ansible/roles/osmocom-workstation/tasks/git-repos.yml index 79f7f314..d829892e 100644 --- a/ansible/roles/osmocom-workstation/tasks/git-repos.yml +++ b/ansible/roles/osmocom-workstation/tasks/git-repos.yml @@ -104,16 +104,16 @@ chdir: "{{ git_destination }}/osmo-ttcn3-hacks" - name: install sysmocom git repos - git: repo=git://git.sysmocom.de/{{ item }}.git + git: repo=https://git.sysmocom.de/{{ item }}.git dest={{ git_destination }}/{{ item }} accept_hostkey=yes force=yes recursive=no with_items: - sysmo-bts/layer1-api - - poky/meta-sysmocom-bsp - - rs-backup-suite - - sysmo-usim-tool + - sysmo-bts/meta-sysmocom-bsp + - hwelte/rs-backup-suite + - sysmocom/sysmo-usim-tool - name: install github git repos diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh index f7129feb..ab1525ee 100755 --- a/coverity/prepare_source_Osmcocom.sh +++ b/coverity/prepare_source_Osmcocom.sh @@ -37,4 +37,4 @@ for proj in \ fi done -git clone git://git.sysmocom.de/sysmo-bts/layer1-api +git clone https://git.sysmocom.de/sysmo-bts/layer1-api diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml index 22fcf155..7c43bb57 100644 --- a/jobs/master-builds.yml +++ b/jobs/master-builds.yml @@ -358,7 +358,7 @@ concurrent: false cmd: cd ./tests; ./run-tests slave_axis: !!python/tuple [simtester] - git_base_url: git.sysmocom.de + git_base_url: git.sysmocom.de/sysmocom jobs: - 'master-{repos}'