diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | man/repo.1 | 4 | ||||
-rwxr-xr-x | repo | 4 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 8 insertions, 8 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:Applications%3Erepo> | 11 | * Bug reports: <https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071> |
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> |
@@ -50,6 +50,6 @@ $ chmod a+rx ~/.bin/repo | |||
50 | ``` | 50 | ``` |
51 | 51 | ||
52 | 52 | ||
53 | [new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue | 53 | [new-bug]: https://issues.gerritcodereview.com/issues/new?component=1370071 |
54 | [issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo | 54 | [issue tracker]: https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071 |
55 | [repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss | 55 | [repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss |
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "November 2022" "repo" "Repo Manual" | 2 | .TH REPO "1" "June 2023" "repo" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repository management tool built on top of git | 4 | repo \- repository management tool built on top of git |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -137,4 +137,4 @@ version | |||
137 | Display the version of repo | 137 | Display the version of repo |
138 | .PP | 138 | .PP |
139 | See 'repo help <command>' for more information on a specific command. | 139 | See 'repo help <command>' for more information on a specific command. |
140 | Bug reports: https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue | 140 | Bug reports: https://issues.gerritcodereview.com/issues/new?component=1370071 |
@@ -146,10 +146,10 @@ REPO_REV = os.environ.get('REPO_REV') | |||
146 | if not REPO_REV: | 146 | if not REPO_REV: |
147 | REPO_REV = 'stable' | 147 | REPO_REV = 'stable' |
148 | # URL to file bug reports for repo tool issues. | 148 | # URL to file bug reports for repo tool issues. |
149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' | 149 | BUG_URL = 'https://issues.gerritcodereview.com/issues/new?component=1370071' |
150 | 150 | ||
151 | # increment this whenever we make important changes to this script | 151 | # increment this whenever we make important changes to this script |
152 | VERSION = (2, 32) | 152 | VERSION = (2, 35) |
153 | 153 | ||
154 | # increment this if the MAINTAINER_KEYS block is modified | 154 | # increment this if the MAINTAINER_KEYS block is modified |
155 | KEYRING_VERSION = (2, 3) | 155 | KEYRING_VERSION = (2, 3) |
@@ -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:Applications%3Erepo", # noqa: E501 | 43 | "Bug Tracker": "https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071", # noqa: E501 |
44 | }, | 44 | }, |
45 | # https://pypi.org/classifiers/ | 45 | # https://pypi.org/classifiers/ |
46 | classifiers=[ | 46 | classifiers=[ |