From 696e0c48a9de4d20f3de65bc014ca2991d16f041 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 14 Jun 2023 17:08:27 -0400 Subject: update links from monorail to issuetracker Change-Id: Ie05373aa4becc0e4d0cab74e7ea0a61eb2cc2746 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/377014 Commit-Queue: Mike Frysinger Reviewed-by: Gavin Mak Tested-by: Mike Frysinger --- repo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo') diff --git a/repo b/repo index c32e52da..dbc96da7 100755 --- a/repo +++ b/repo @@ -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) -- cgit v1.2.3-54-g00ecf