From: openocd-gerrit <ope...@us...> - 2023-12-10 13:37:42
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via c1ae95f6f55168a15a7cf359c1d4c5f1d4b04c01 (commit) from 5f6b25aa91eb81903aed128ee304ffc69e0492f3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c1ae95f6f55168a15a7cf359c1d4c5f1d4b04c01 Author: Antonio Borneo <bor...@gm...> Date: Fri Dec 1 23:49:35 2023 +0100 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 <bor...@gm...> Reported-by: Rolf Nooteboom <ro...@On...> Reviewed-on: https://review.openocd.org/c/openocd/+/8034 Tested-by: jenkins Reviewed-by: Paul Fertser <fer...@gm...> diff --git a/HACKING b/HACKING index fbc0eae93..74cbe02e7 100644 --- a/HACKING +++ b/HACKING @@ -155,10 +155,6 @@ topics. It is possible because @c for/master is not a traditional Git branch. -# You will need to install this hook, we will look into a better solution: @code -scp -p -P 29418 USE...@re...:hooks/commit-msg .git/hooks/ -@endcode - Or with http only: -@code wget https://review.openocd.org/tools/hooks/commit-msg mv commit-msg .git/hooks chmod +x .git/hooks/commit-msg ----------------------------------------------------------------------- Summary of changes: HACKING | 4 ---- 1 file changed, 4 deletions(-) hooks/post-receive -- Main OpenOCD repository |