setup.py should point to launchpad project page.

Fixed bug 886219

Change-Id: Ia812a396b1ffc966d74381d019a64d67b81a6829
This commit is contained in:
Monty Taylor 2011-11-11 11:26:26 -05:00 committed by James E. Blair
parent 7b6935546b
commit fbc8fa0e6f
2 changed files with 1 additions and 15 deletions

View File

@ -43,47 +43,33 @@ submitting local changes to a \fIGerrit\fP server for review.
.B \-\-topic, \-t
.sp
Sets the target topic for this change on the gerrit server.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-dry\-run, \-n
.sp
Don\(aqt actually perform any commands that have direct effects. Print them
instead.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-remote, \-r
.sp
git remote to use for gerrit
.UNINDENT
.INDENT 0.0
.TP
.B \-\-no\-rebase, \-R
.sp
Do not automatically perform a rebase before submitting the change to
gerrit.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-update, \-u
.sp
Skip cached local copies and force updates from network resources.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-setup, \-s
.sp
Just run the repo setup commands but don\(aqt submit anything
.UNINDENT
.INDENT 0.0
.TP
.B \-\-yes, \-y
.sp
Indicate that you do, in fact, understand if you are submitting more than
one patch
.UNINDENT
.INDENT 0.0
.TP
.B \-\-verbose, \-v
.sp

View File

@ -31,7 +31,7 @@ setup(
keywords='git gerrit review',
author='OpenStack, LLC.',
author_email='openstack@lists.launchpad.net',
url='http://www.openstack.org',
url='https://launchpad.net/git-review',
scripts=['git-review'],
data_files=[('share/man/man1', ['git-review.1'])],
)