Skip to content

Commit e58d992

Browse files
author
Matthias Putz
committed
Modify: change config dir to be esrlabs specific
1 parent aef087d commit e58d992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if (ver[0], ver[1]) < MIN_PYTHON_VERSION:
106106
% sys.version.split(' ')[0], file=sys.stderr)
107107
sys.exit(1)
108108

109-
home_dot_repo = os.path.expanduser('~/.repoconfig')
109+
home_dot_repo = os.path.expanduser('~/.repoconfig-esrlabs')
110110
gpg_dir = os.path.join(home_dot_repo, 'gnupg')
111111

112112
extra_args = []

subcmds/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def _PostRepoFetch(rp, no_repo_verify=False, verbose=False):
797797
file=sys.stderr)
798798

799799
def _VerifyTag(project):
800-
gpg_dir = os.path.expanduser('~/.repoconfig/gnupg')
800+
gpg_dir = os.path.expanduser('~/.repoconfig-esrlabs/gnupg')
801801
if not os.path.exists(gpg_dir):
802802
print('warning: GnuPG was not available during last "repo init"\n'
803803
'warning: Cannot automatically authenticate repo."""',

0 commit comments

Comments
 (0)