OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-251-g8ec2d84

Gerrit Code Review gerrit@openafs.org
Fri, 11 Jul 2025 07:58:46 -0400


The following commit has been merged in the master branch:
commit 8ec2d84f61f093b277d59a94efaf7069ff251ac9
Author: Stephan Wiesand <stephan.wiesand@desy.de>
Date:   Thu Jun 12 14:58:04 2025 +0200

    doc: Update command for fetching the gerrit change ID hook
    
    Update the recommended method to download the Gerrit commit-msg git
    hook from scp to https.
    
    Instead of scp, provide the URL of the commit-msg git hook and replace
    the scp example command with a curl command.
    
    Note that recent openssh versions, in particular those on EL9+, default
    to using the sftp protocol and the gerrit server currently doesn't
    support sftp.
    
    [mmeffie: switch scp command to https download]
    
    Change-Id: I77d8453086640df4acebef8739041d68b948d27c
    Reviewed-on: https://gerrit.openafs.org/16394
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/process/howto-use-gerrit.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository