Commit c4686b91 by cik

更新repo源码库地址

parent 601a45f9
......@@ -41,21 +41,21 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
###### Windows Command Shell ######
md %USERPROFILE%\bin
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > %USERPROFILE%/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > %USERPROFILE%/bin/repo.cmd
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo > %USERPROFILE%/bin/repo
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo.cmd > %USERPROFILE%/bin/repo.cmd
###### Windows PowerShell ######
md $env:USERPROFILE\bin
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > $env:USERPROFILE/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > $env:USERPROFILE/bin/repo.cmd
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo > $env:USERPROFILE/bin/repo
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo.cmd > $env:USERPROFILE/bin/repo.cmd
###### Git Bash ######
mkdir ~/bin
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > ~/bin/repo
curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo.cmd > ~/bin/repo.cmd
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo > ~/bin/repo
curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo.cmd > ~/bin/repo.cmd
* Add Repo to your path environment variable: %USERPROFILE%\bin;
* Create a HOME environment variable that points to %USERPROFILE% (necessary for OpenSSH to find its .ssh directory).
......@@ -73,7 +73,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl http://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs/repo > ~/bin/repo
$ curl http://192.168.3.29/gitlab/op_car/repo/raw/stable-esrlabs/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
......
......@@ -7,7 +7,8 @@ REPO_URL = os.environ.get('REPO_URL', None)
if not REPO_URL:
# REPO_URL = 'https://gerrit.googlesource.com/git-repo'
# REPO_URL = 'https://github.com/esrlabs/git-repo'
REPO_URL = 'git@192.168.2.34:hd/repo.git'
# REPO_URL = 'git@192.168.2.34:hd/repo.git'
REPO_URL = 'git@192.168.3.29:op_car/repo.git'
REPO_REV = 'stable-esrlabs'
# Copyright (C) 2008 Google Inc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment