aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-05-17 08:16:05 +0200
committerHarald Welte <laforge@osmocom.org>2021-05-17 08:16:34 +0200
commitd79365051958ae38e05b5b8060b50e220b7dd3fd (patch)
tree6fbad691996af4b5d48d1dfa5d70b7498978a66d /ansible
parente82f47ccfc5fbacdcd4bb2a3f36a7b46ad74e88b (diff)
some more git.sysmocom.de https (+path) changes due to gitea migration
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml2
-rw-r--r--ansible/roles/osmocom-workstation/tasks/git-repos.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 418509e..7d28558 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 79f7f31..d829892 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