aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-12-17 15:00:16 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-01-08 09:45:52 +0000
commita6f5a167053fb2602f98671815f79d3382412d62 (patch)
tree3ca7b2b0ea78eca0877a7a6f4e526ad1d5d2fbec /HACKING
parentb3ed97a4925ff441c3c2679d01e6cdb6edc123d8 (diff)
downloadriscv-openocd-a6f5a167053fb2602f98671815f79d3382412d62.zip
riscv-openocd-a6f5a167053fb2602f98671815f79d3382412d62.tar.gz
riscv-openocd-a6f5a167053fb2602f98671815f79d3382412d62.tar.bz2
HACKING: replace refs/publish/master with refs/for/master
refs/publish/master is deprecated and gives a warning in newer Gerrit. Replace with refs/for/master. Change-Id: I56871cc6e80c014ba81f4458230cd67dc318ecb3 Suggested-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-on: http://openocd.zylin.com/4810 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index b7ef070..86bfde5 100644
--- a/HACKING
+++ b/HACKING
@@ -122,12 +122,12 @@ to instruct git locally how to send off the changes.
-# Add a new remote to git using Gerrit username:
@code
git remote add review ssh://USERNAME@openocd.zylin.com:29418/openocd.git
-git config remote.review.push HEAD:refs/publish/master
+git config remote.review.push HEAD:refs/for/master
@endcode
Or with http only:
@code
git remote add review http://USERNAME@openocd.zylin.com/p/openocd.git
-git config remote.review.push HEAD:refs/publish/master
+git config remote.review.push HEAD:refs/for/master
@endcode
The http password is configured from your gerrit settings - http://openocd.zylin.com/#/settings/http-password.
\note If you want to simplify http access you can also add your http password to the url as follows: