diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -149,7 +149,7 @@ if not REPO_REV: | |||
| 149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' | 149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' |
| 150 | 150 | ||
| 151 | # increment this whenever we make important changes to this script | 151 | # increment this whenever we make important changes to this script |
| 152 | VERSION = (2, 30) | 152 | VERSION = (2, 32) |
| 153 | 153 | ||
| 154 | # increment this if the MAINTAINER_KEYS block is modified | 154 | # increment this if the MAINTAINER_KEYS block is modified |
| 155 | KEYRING_VERSION = (2, 3) | 155 | KEYRING_VERSION = (2, 3) |
| @@ -265,7 +265,8 @@ else: | |||
| 265 | urllib.error = urllib2 | 265 | urllib.error = urllib2 |
| 266 | 266 | ||
| 267 | 267 | ||
| 268 | home_dot_repo = os.path.expanduser('~/.repoconfig') | 268 | repo_config_dir = os.getenv('REPO_CONFIG_DIR', os.path.expanduser('~')) |
| 269 | home_dot_repo = os.path.join(repo_config_dir, '.repoconfig') | ||
| 269 | gpg_dir = os.path.join(home_dot_repo, 'gnupg') | 270 | gpg_dir = os.path.join(home_dot_repo, 'gnupg') |
| 270 | 271 | ||
| 271 | 272 | ||
