diff options
author | Josip Sokcevic <sokcevic@google.com> | 2023-02-01 14:37:32 -0800 |
---|---|---|
committer | Josip Sokcevic <sokcevic@google.com> | 2023-02-01 22:57:36 +0000 |
commit | 2aa5d32d7086903491a455dc5fd935a9f23b2709 (patch) | |
tree | 0ed63f4ae3ad7111cef8066fc85e52f275d50147 | |
parent | 016a25447f0c48a59fdb8a4f904b15f5ab315940 (diff) | |
download | git-repo-2aa5d32d7086903491a455dc5fd935a9f23b2709.tar.gz |
Update bug tracking links
Update monorail component where actual git-repo bugs are.
Change-Id: I46c68053683d7aa93585bb5633a598f1578b1468
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/357057
Reviewed-by: Joanna Wang <jojwang@google.com>
Tested-by: Josip Sokcevic <sokcevic@google.com>
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ that you can put anywhere in your path. | |||
8 | 8 | ||
9 | * Homepage: <https://gerrit.googlesource.com/git-repo/> | 9 | * Homepage: <https://gerrit.googlesource.com/git-repo/> |
10 | * Mailing list: [repo-discuss on Google Groups][repo-discuss] | 10 | * Mailing list: [repo-discuss on Google Groups][repo-discuss] |
11 | * Bug reports: <https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo> | 11 | * Bug reports: <https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo> |
12 | * Source: <https://gerrit.googlesource.com/git-repo/> | 12 | * Source: <https://gerrit.googlesource.com/git-repo/> |
13 | * Overview: <https://source.android.com/source/developing.html> | 13 | * Overview: <https://source.android.com/source/developing.html> |
14 | * Docs: <https://source.android.com/source/using-repo.html> | 14 | * Docs: <https://source.android.com/source/using-repo.html> |
@@ -51,5 +51,5 @@ $ chmod a+rx ~/.bin/repo | |||
51 | 51 | ||
52 | 52 | ||
53 | [new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue | 53 | [new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue |
54 | [issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo | 54 | [issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo |
55 | [repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss | 55 | [repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss |
@@ -40,7 +40,7 @@ setuptools.setup( | |||
40 | long_description_content_type='text/plain', | 40 | long_description_content_type='text/plain', |
41 | url='https://gerrit.googlesource.com/git-repo/', | 41 | url='https://gerrit.googlesource.com/git-repo/', |
42 | project_urls={ | 42 | project_urls={ |
43 | 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo', | 43 | 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo', |
44 | }, | 44 | }, |
45 | # https://pypi.org/classifiers/ | 45 | # https://pypi.org/classifiers/ |
46 | classifiers=[ | 46 | classifiers=[ |