Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
repo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YongjieWang
repo
Commits
c4686b91
Commit
c4686b91
authored
Jul 10, 2019
by
cik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新repo源码库地址
parent
601a45f9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
README.md
README.md
+7
-7
repo
repo
+2
-1
No files found.
README.md
View file @
c4686b91
...
...
@@ -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%
\b
in;
*
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
...
...
repo
View file @
c4686b91
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment