setup.py should point to launchpad project page.
Fixed bug 886219 Change-Id: Ia812a396b1ffc966d74381d019a64d67b81a6829
This commit is contained in:

committed by
James E. Blair

parent
7b6935546b
commit
fbc8fa0e6f
14
git-review.1
14
git-review.1
@@ -43,47 +43,33 @@ submitting local changes to a \fIGerrit\fP server for review.
|
|||||||
.B \-\-topic, \-t
|
.B \-\-topic, \-t
|
||||||
.sp
|
.sp
|
||||||
Sets the target topic for this change on the gerrit server.
|
Sets the target topic for this change on the gerrit server.
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-dry\-run, \-n
|
.B \-\-dry\-run, \-n
|
||||||
.sp
|
.sp
|
||||||
Don\(aqt actually perform any commands that have direct effects. Print them
|
Don\(aqt actually perform any commands that have direct effects. Print them
|
||||||
instead.
|
instead.
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-remote, \-r
|
.B \-\-remote, \-r
|
||||||
.sp
|
.sp
|
||||||
git remote to use for gerrit
|
git remote to use for gerrit
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-no\-rebase, \-R
|
.B \-\-no\-rebase, \-R
|
||||||
.sp
|
.sp
|
||||||
Do not automatically perform a rebase before submitting the change to
|
Do not automatically perform a rebase before submitting the change to
|
||||||
gerrit.
|
gerrit.
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-update, \-u
|
.B \-\-update, \-u
|
||||||
.sp
|
.sp
|
||||||
Skip cached local copies and force updates from network resources.
|
Skip cached local copies and force updates from network resources.
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-setup, \-s
|
.B \-\-setup, \-s
|
||||||
.sp
|
.sp
|
||||||
Just run the repo setup commands but don\(aqt submit anything
|
Just run the repo setup commands but don\(aqt submit anything
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-yes, \-y
|
.B \-\-yes, \-y
|
||||||
.sp
|
.sp
|
||||||
Indicate that you do, in fact, understand if you are submitting more than
|
Indicate that you do, in fact, understand if you are submitting more than
|
||||||
one patch
|
one patch
|
||||||
.UNINDENT
|
|
||||||
.INDENT 0.0
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-verbose, \-v
|
.B \-\-verbose, \-v
|
||||||
.sp
|
.sp
|
||||||
|
2
setup.py
2
setup.py
@@ -31,7 +31,7 @@ setup(
|
|||||||
keywords='git gerrit review',
|
keywords='git gerrit review',
|
||||||
author='OpenStack, LLC.',
|
author='OpenStack, LLC.',
|
||||||
author_email='openstack@lists.launchpad.net',
|
author_email='openstack@lists.launchpad.net',
|
||||||
url='http://www.openstack.org',
|
url='https://launchpad.net/git-review',
|
||||||
scripts=['git-review'],
|
scripts=['git-review'],
|
||||||
data_files=[('share/man/man1', ['git-review.1'])],
|
data_files=[('share/man/man1', ['git-review.1'])],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user