From fbc8fa0e6f890c7ff94cef2cbaeb548d06f24d2a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 11 Nov 2011 11:26:26 -0500 Subject: [PATCH] setup.py should point to launchpad project page. Fixed bug 886219 Change-Id: Ia812a396b1ffc966d74381d019a64d67b81a6829 --- git-review.1 | 14 -------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/git-review.1 b/git-review.1 index 6b731ab..b6772dc 100644 --- a/git-review.1 +++ b/git-review.1 @@ -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 diff --git a/setup.py b/setup.py index e550f0e..09ed9e9 100755 --- a/setup.py +++ b/setup.py @@ -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'])], )