This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/24244 )
Change subject: some more git.sysmocom.de https (+path) changes due to gitea migration
......................................................................
some more git.sysmocom.de https (+path) changes due to gitea migration
Change-Id: Ie1599b356932ffa83d70e08b96179b7ca4909b14
---
M ansible/roles/gsm-tester/tasks/main.yml
M ansible/roles/osmocom-workstation/tasks/git-repos.yml
M coverity/prepare_source_Osmcocom.sh
M jobs/master-builds.yml
4 files changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/44/24244/1
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 @@
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}'
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/24244
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie1599b356932ffa83d70e08b96179b7ca4909b14
Gerrit-Change-Number: 24244
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210517/1f1cdad3/attachment.htm>