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>
This commit is contained in:
Mike Frysinger
2023-06-14 17:08:27 -04:00
committed by LUCI
parent b2263ba124
commit 696e0c48a9
4 changed files with 8 additions and 8 deletions

4
repo
View File

@ -146,10 +146,10 @@ REPO_REV = os.environ.get('REPO_REV')
if not REPO_REV:
REPO_REV = 'stable'
# URL to file bug reports for repo tool issues.
BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue'
BUG_URL = 'https://issues.gerritcodereview.com/issues/new?component=1370071'
# increment this whenever we make important changes to this script
VERSION = (2, 32)
VERSION = (2, 35)
# increment this if the MAINTAINER_KEYS block is modified
KEYRING_VERSION = (2, 3)