diff options
author | Mike Frysinger <vapier@google.com> | 2023-06-14 17:08:27 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-06-14 21:19:58 +0000 |
commit | 696e0c48a9de4d20f3de65bc014ca2991d16f041 (patch) | |
tree | 977d73b39dec802bb220e01461c6f07e33da4652 /repo | |
parent | b2263ba1245f12428a63e19ced88f27d92d7ca7a (diff) | |
download | git-repo-696e0c48a9de4d20f3de65bc014ca2991d16f041.tar.gz |
update links from monorail to issuetracker
Change-Id: Ie05373aa4becc0e4d0cab74e7ea0a61eb2cc2746
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/377014
Commit-Queue: Mike Frysinger <vapier@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -146,10 +146,10 @@ REPO_REV = os.environ.get('REPO_REV') | |||
146 | if not REPO_REV: | 146 | if not REPO_REV: |
147 | REPO_REV = 'stable' | 147 | REPO_REV = 'stable' |
148 | # URL to file bug reports for repo tool issues. | 148 | # URL to file bug reports for repo tool issues. |
149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' | 149 | BUG_URL = 'https://issues.gerritcodereview.com/issues/new?component=1370071' |
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, 32) | 152 | VERSION = (2, 35) |
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) |