From 9b017dab46bd5b61f8719a3f2d7ca301ea0f6f69 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 28 Feb 2012 18:53:12 -0800 Subject: [PATCH] Update SUBMITTING_PATCHES The review server is now at gerrit-review.googlesource.com. Change-Id: I4be67fdb1876eb2e2af4420ac63557596b9e233b --- SUBMITTING_PATCHES | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES index f68906cc..63b0e571 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/repo.git HEAD:refs/for/master + git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/maint Long Version: @@ -55,24 +55,23 @@ 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 an HTTP password to authenticate: - https://review.source.android.com/#settings,ssh-keys + https://gerrit-review.googlesource.com/new-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/repo.git - git config remote.review.push HEAD:refs/for/master + git config remote.review.url https://gerrit-review.googlesource.com/git-repo + git config remote.review.push HEAD:refs/for/maint git push review