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
e58d9922
Commit
e58d9922
authored
Dec 23, 2015
by
Matthias Putz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify: change config dir to be esrlabs specific
parent
aef087d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
repo
repo
+1
-1
sync.py
subcmds/sync.py
+1
-1
No files found.
repo
View file @
e58d9922
...
@@ -106,7 +106,7 @@ if (ver[0], ver[1]) < MIN_PYTHON_VERSION:
...
@@ -106,7 +106,7 @@ if (ver[0], ver[1]) < MIN_PYTHON_VERSION:
%
sys
.
version
.
split
(
' '
)[
0
],
file
=
sys
.
stderr
)
%
sys
.
version
.
split
(
' '
)[
0
],
file
=
sys
.
stderr
)
sys
.
exit
(
1
)
sys
.
exit
(
1
)
home_dot_repo
=
os
.
path
.
expanduser
(
'~/.repoconfig'
)
home_dot_repo
=
os
.
path
.
expanduser
(
'~/.repoconfig
-esrlabs
'
)
gpg_dir
=
os
.
path
.
join
(
home_dot_repo
,
'gnupg'
)
gpg_dir
=
os
.
path
.
join
(
home_dot_repo
,
'gnupg'
)
extra_args
=
[]
extra_args
=
[]
...
...
subcmds/sync.py
View file @
e58d9922
...
@@ -797,7 +797,7 @@ def _PostRepoFetch(rp, no_repo_verify=False, verbose=False):
...
@@ -797,7 +797,7 @@ def _PostRepoFetch(rp, no_repo_verify=False, verbose=False):
file
=
sys
.
stderr
)
file
=
sys
.
stderr
)
def
_VerifyTag
(
project
):
def
_VerifyTag
(
project
):
gpg_dir
=
os
.
path
.
expanduser
(
'~/.repoconfig/gnupg'
)
gpg_dir
=
os
.
path
.
expanduser
(
'~/.repoconfig
-esrlabs
/gnupg'
)
if
not
os
.
path
.
exists
(
gpg_dir
):
if
not
os
.
path
.
exists
(
gpg_dir
):
print
(
'warning: GnuPG was not available during last "repo init"
\n
'
print
(
'warning: GnuPG was not available during last "repo init"
\n
'
'warning: Cannot automatically authenticate repo."""'
,
'warning: Cannot automatically authenticate repo."""'
,
...
...
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