From 696e0c48a9de4d20f3de65bc014ca2991d16f041 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 14 Jun 2023 17:08:27 -0400 Subject: [PATCH] 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 --- README.md | 6 +++--- man/repo.1 | 4 ++-- repo | 4 ++-- setup.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ff0a2b62..5c5ee5d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ that you can put anywhere in your path. * Homepage: * Mailing list: [repo-discuss on Google Groups][repo-discuss] -* Bug reports: +* Bug reports: * Source: * Overview: * Docs: @@ -50,6 +50,6 @@ $ chmod a+rx ~/.bin/repo ``` -[new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue -[issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo +[new-bug]: https://issues.gerritcodereview.com/issues/new?component=1370071 +[issue tracker]: https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071 [repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss diff --git a/man/repo.1 b/man/repo.1 index d2693a9f..46425c69 100644 --- a/man/repo.1 +++ b/man/repo.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "November 2022" "repo" "Repo Manual" +.TH REPO "1" "June 2023" "repo" "Repo Manual" .SH NAME repo \- repository management tool built on top of git .SH SYNOPSIS @@ -137,4 +137,4 @@ version Display the version of repo .PP See 'repo help ' for more information on a specific command. -Bug reports: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue +Bug reports: https://issues.gerritcodereview.com/issues/new?component=1370071 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) diff --git a/setup.py b/setup.py index f50eb473..3e4e6b42 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setuptools.setup( long_description_content_type="text/plain", url="https://gerrit.googlesource.com/git-repo/", project_urls={ - "Bug Tracker": "https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo", # noqa: E501 + "Bug Tracker": "https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071", # noqa: E501 }, # https://pypi.org/classifiers/ classifiers=[