From fd86091c6914c5fc2ab99223022761ca360e2afc Mon Sep 17 00:00:00 2001 From: "Nicolas Barcet (nijaba)" Date: Tue, 10 Jul 2012 19:10:28 +0200 Subject: [PATCH] Update review server link Since we switched to another gerrit review server, the link needs. to be updated in doc/source/contributing/source.rst. As suggested by dhellmann, also updated the list ordering in the file. Bug #1023061 Change-Id: I46d8483966670de78dd468624a3a3cce62ffd1ea --- doc/source/contributing/source.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributing/source.rst b/doc/source/contributing/source.rst index bce295778..df92b52fa 100644 --- a/doc/source/contributing/source.rst +++ b/doc/source/contributing/source.rst @@ -31,11 +31,11 @@ Setting up a Development Sandbox $ git clone https://github.com/stackforge/ceilometer.git $ cd ./ceilometer -2. Once this is done, you need to setup the review process:: +3. Once this is done, you need to setup the review process:: - $ git remote add gerrit ssh://@review.stackforge.org:29418/stackforge/ceilometer.git + $ git remote add gerrit ssh://@review.openstack.org:29418/stackforge/ceilometer.git -3. If you are preparing a patch, create a topic branch and switch to +4. If you are preparing a patch, create a topic branch and switch to it before making any changes:: $ git checkout -b TOPIC-BRANCH