some more git.sysmocom.de https (+path) changes due to gitea migration

Change-Id: Ie1599b356932ffa83d70e08b96179b7ca4909b14
This commit is contained in:
Harald Welte 2021-05-17 08:16:05 +02:00
parent e82f47ccfc
commit d793650519
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}'