HACKING: fix how to retrieve hooks/commit-msg
commitc1ae95f6f55168a15a7cf359c1d4c5f1d4b04c01
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 1 Dec 2023 22:49:35 +0000 (1 23:49 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 10 Dec 2023 13:37:11 +0000 (10 13:37 +0000)
tree2c001b4b681b74ec403e20f6793850e70f4d1f6b
parent5f6b25aa91eb81903aed128ee304ffc69e0492f3
HACKING: fix how to retrieve hooks/commit-msg

Probably due to new version of gerrit, the download of the gerrit
hooks via scp is not working anymore.
Also the instructions available, after login, in
https://review.openocd.org/admin/repos/openocd,general
report that the hook file has to be downloaded via https also when
the user want to use ssh for gerrit access.

Drop scp in the suggestions to download the hook file and keep
https download only.

Change-Id: I0c8e5bb61ed8c7423a42a0d5d92866e071a814bb
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reported-by: Rolf Nooteboom <rolf@Onethinx.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8034
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
HACKING