laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/28355 )


Change subject: update git URLs (git -> https; gitea/gerrit)
......................................................................

update git URLs (git -> https; gitea/gerrit)

Change-Id: I5f51b260445624759e77a70c5065838b29ec8c01
---
M contrib/jenkins-build-common.sh
M doc/manuals/chapters/install.adoc
M sysmocom/ttcn3/jenkins-run.sh
3 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/55/28355/1

diff --git a/contrib/jenkins-build-common.sh b/contrib/jenkins-build-common.sh
index 1579c34..4a17d4d 100644
--- a/contrib/jenkins-build-common.sh
+++ b/contrib/jenkins-build-common.sh
@@ -42,7 +42,7 @@
   exit 1
 fi

-git_url="${git_url:-git://git.osmocom.org}"
+git_url="${git_url:-https://git.osmocom.org}";
 prefix="${prefix:-$base/inst-$name}"
 # prefix_real is usually identical with prefix, except when installing to a
 # different $DESTDIR than /, which is the case for example when building
diff --git a/doc/manuals/chapters/install.adoc 
b/doc/manuals/chapters/install.adoc
index fb364aa..bd47e2c 100644
--- a/doc/manuals/chapters/install.adoc
+++ b/doc/manuals/chapters/install.adoc
@@ -55,7 +55,7 @@
   system, e.g.: "linux_amd64_debian8"
 * 'Source Code Management':
 ** 'Git'
-*** 'Repository URL': "git://git.osmocom.org/osmo-gsm-tester"
+*** 'Repository URL': 
"https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester";
 *** 'Branch Specifier': "*/master"
 *** 'Additional Behaviors'
 **** 'Check out to a sub-directory': "osmo-gsm-tester"
@@ -262,7 +262,7 @@
   (to match the 'Label' configured in <<install_add_jenkins_slave>>).
 * 'Source Code Management':
 ** 'Git'
-*** 'Repository URL': "git://git.osmocom.org/osmo-gsm-tester"
+*** 'Repository URL': 
"https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester";
 *** 'Branch Specifier': "*/master"
 *** 'Additional Behaviors'
 **** 'Check out to a sub-directory': "osmo-gsm-tester"
@@ -669,7 +669,7 @@
 apt-get install git
 mkdir -p /usr/local/src
 cd /usr/local/src
-git clone git://git.osmocom.org/osmo-gsm-tester
+git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester
 ----

 To allow all users to run 'osmo-gsm-tester.py', from login as well as non-login
diff --git a/sysmocom/ttcn3/jenkins-run.sh b/sysmocom/ttcn3/jenkins-run.sh
index faa9aad..822b5ea 100755
--- a/sysmocom/ttcn3/jenkins-run.sh
+++ b/sysmocom/ttcn3/jenkins-run.sh
@@ -13,7 +13,7 @@
         DIR=~/jenkins/docker-playground
         if [ ! -d "$DIR" ]; then
                 mkdir -p ~/jenkins/ && cd ~/jenkins
-                git clone git://git.osmocom.org/docker-playground
+                git clone https://gerrit.osmocom.org/docker-playground
         fi
         cd $DIR
         git remote prune origin; git fetch; git checkout -f -B master 
origin/master

--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/28355
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I5f51b260445624759e77a70c5065838b29ec8c01
Gerrit-Change-Number: 28355
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to