From 510bea3d9f8fa4eb49a6371af9fac813671e855b Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 20 Jun 2023 16:02:33 +0000 Subject: [PATCH] Update link for filing repo issues The issues of the repo tool have been migrated from Monorail into the Gerrit Tracker, hence the URL to file issues has changed. Change-Id: Iad61ad5d9e9fd07941a26f504612e585fdfaaaab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4625205 Reviewed-by: Andy Perelson Commit-Queue: Andy Perelson --- repo_launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_launcher b/repo_launcher index dd9c4c601..cd20fb1fc 100755 --- a/repo_launcher +++ b/repo_launcher @@ -146,7 +146,7 @@ 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)