aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml2
-rw-r--r--ansible/roles/osmocom-workstation/tasks/git-repos.yml8
-rwxr-xr-xcoverity/prepare_source_Osmcocom.sh2
-rw-r--r--jobs/master-builds.yml2
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 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
diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh
index f7129fe..ab1525e 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 22fcf15..7c43bb5 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}'