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

Change-Id: I5f51b260445624759e77a70c5065838b29ec8c01
This commit is contained in:
Harald Welte 2022-06-18 12:05:50 +02:00
parent 5a80d769ec
commit 882b8aee01
3 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ if [ -z "$name" -o -z "$base" ]; then
exit 1 exit 1
fi fi
git_url="${git_url:-git://git.osmocom.org}" git_url="${git_url:-https://git.osmocom.org}"
prefix="${prefix:-$base/inst-$name}" prefix="${prefix:-$base/inst-$name}"
# prefix_real is usually identical with prefix, except when installing to a # prefix_real is usually identical with prefix, except when installing to a
# different $DESTDIR than /, which is the case for example when building # different $DESTDIR than /, which is the case for example when building

View File

@ -55,7 +55,7 @@ jenkins-build-osmo-nitb.sh script; all that differs to the other scripts is the
system, e.g.: "linux_amd64_debian8" system, e.g.: "linux_amd64_debian8"
* 'Source Code Management': * 'Source Code Management':
** 'Git' ** 'Git'
*** 'Repository URL': "git://git.osmocom.org/osmo-gsm-tester" *** 'Repository URL': "https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester"
*** 'Branch Specifier': "*/master" *** 'Branch Specifier': "*/master"
*** 'Additional Behaviors' *** 'Additional Behaviors'
**** 'Check out to a sub-directory': "osmo-gsm-tester" **** 'Check out to a sub-directory': "osmo-gsm-tester"
@ -262,7 +262,7 @@ Here is the configuration for the run job:
(to match the 'Label' configured in <<install_add_jenkins_slave>>). (to match the 'Label' configured in <<install_add_jenkins_slave>>).
* 'Source Code Management': * 'Source Code Management':
** 'Git' ** 'Git'
*** 'Repository URL': "git://git.osmocom.org/osmo-gsm-tester" *** 'Repository URL': "https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-tester"
*** 'Branch Specifier': "*/master" *** 'Branch Specifier': "*/master"
*** 'Additional Behaviors' *** 'Additional Behaviors'
**** 'Check out to a sub-directory': "osmo-gsm-tester" **** 'Check out to a sub-directory': "osmo-gsm-tester"
@ -669,7 +669,7 @@ On the main unit, to install the latest in '/usr/local/src':
apt-get install git apt-get install git
mkdir -p /usr/local/src mkdir -p /usr/local/src
cd /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 To allow all users to run 'osmo-gsm-tester.py', from login as well as non-login

View File

@ -13,7 +13,7 @@ prepare_docker() {
DIR=~/jenkins/docker-playground DIR=~/jenkins/docker-playground
if [ ! -d "$DIR" ]; then if [ ! -d "$DIR" ]; then
mkdir -p ~/jenkins/ && cd ~/jenkins mkdir -p ~/jenkins/ && cd ~/jenkins
git clone git://git.osmocom.org/docker-playground git clone https://gerrit.osmocom.org/docker-playground
fi fi
cd $DIR cd $DIR
git remote prune origin; git fetch; git checkout -f -B master origin/master git remote prune origin; git fetch; git checkout -f -B master origin/master