osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/34580?usp=email )
Change subject: Update URLs: git.osmocom.org -> gerrit.osmocom.org ......................................................................
Update URLs: git.osmocom.org -> gerrit.osmocom.org
Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Git_infrastructure Change-Id: Iba2ab71c06e413da4cb82fb1b85b4658d6773743 --- M gen_makefile.py M virt-nitb/README 2 files changed, 13 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/80/34580/1
diff --git a/gen_makefile.py b/gen_makefile.py index 34f8c96..a00234f 100755 --- a/gen_makefile.py +++ b/gen_makefile.py @@ -70,8 +70,8 @@ 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 diff --git a/virt-nitb/README b/virt-nitb/README index d9fbb65..c43c305 100644 --- a/virt-nitb/README +++ b/virt-nitb/README @@ -3,7 +3,7 @@ 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 ../..