Update URLs: git.osmocom.org -> gerrit.osmocom.org

Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Git_infrastructure
Change-Id: Iba2ab71c06e413da4cb82fb1b85b4658d6773743
This commit is contained in:
Oliver Smith 2023-09-28 11:03:14 +02:00
parent 5438073002
commit f81707454b
2 changed files with 3 additions and 3 deletions

View File

@ -70,8 +70,8 @@ parser.add_argument('-b', '--build-dir', dest='build_dir',
help='''Parent dir for all build trees (default:
directly in the make-dir).''')
parser.add_argument('-u', '--url', dest='url', default='https://git.osmocom.org',
help='''git clone base URL. Default is 'https://git.osmocom.org'.
parser.add_argument('-u', '--url', dest='url', default='https://gerrit.osmocom.org',
help='''git clone base URL. Default is 'https://gerrit.osmocom.org'.
e.g. with a config like this in your ~/.ssh/config:
host go
hostname gerrit.osmocom.org

View File

@ -3,7 +3,7 @@ This is runs a complete core network with a virtual 2G BTS and two virtual 2G ph
Steps:
- build osmocom-bb
git clone https://git.osmocom.org/osmocom-bb
git clone https://gerrit.osmocom.org/osmocom-bb
cd osmocom-bb/src
make nofirmware
cd ../..