summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2012-02-13 18:53:49 -0800
committerMartin Fick <mfick@codeaurora.org>2012-02-14 10:29:50 -0700
commitd737d341c3785bc7ee00c73c75bde6ca7c985d62 (patch)
tree7b23528c8df5568c8dd76a48214df7d0d0a4c2a7
parent31040cbe46bb3da17eba68c8bb15f18b7e47e252 (diff)
Update top level SUBMITTING_PATCHES
This document is out of date, the URLs are from last August. Direct readers to the new server. Change-Id: Ib4a66a397c96109bc375d5142c97aa9ef9dc4f7c
-rw-r--r--Documentation/dev-readme.txt2
-rw-r--r--SUBMITTING_PATCHES15
2 files changed, 8 insertions, 9 deletions
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 2490695b48..552b5a8b3b 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -11,7 +11,7 @@ Get the Source
Create a new client workspace:
----
- git clone https://code.google.com/p/gerrit
+ git clone https://gerrit.googlesource.com/gerrit
cd gerrit
----
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES
index b44486205e..e766ef1de4 100644
--- a/SUBMITTING_PATCHES
+++ b/SUBMITTING_PATCHES
@@ -5,7 +5,7 @@ Short Version:
- Make sure all code is under the Apache License, 2.0.
- Publish your changes for review:
- git push ssh://review.source.android.com:29418/tools/gerrit.git HEAD:refs/for/master
+ git push https://gerrit-review.googlesource.com/gerrit HEAD:refs/for/master
Long Version:
@@ -55,23 +55,22 @@ Do not email your patches to anyone.
Instead, login to the Gerrit Code Review tool at:
- https://review.source.android.com/
+ https://gerrit-review.googlesource.com/
Ensure you have completed one of the necessary contributor
agreements, providing documentation to the project maintainers that
they have right to redistribute your work under the Apache License:
- https://review.source.android.com/#settings,agreements
+ https://gerrit-review.googlesource.com/#/settings/agreements
-Ensure you have registered one or more SSH public keys, so you can
-push your commits directly over SSH:
+Ensure you have obtained a unique HTTP password to identify yourself:
- https://review.source.android.com/#settings,ssh-keys
+ https://gerrit-review.googlesource.com/#/settings/http-password
-Push your patches over SSH to the review server, possibly through
+Push your patches over HTTPS to the review server, possibly through
a remembered remote to make this easier in the future:
- git config remote.review.url ssh://review.source.android.com:29418/tools/gerrit.git
+ git config remote.review.url https://google-review.googlesource.com/gerrit
git config remote.review.push HEAD:refs/for/master
git push review