Update patchset-created hook for Gerrit welcome
* .../templates/gerrit_patchset-created.erb: The SSH user and key for the welcome-message hook script are now options instead of positional parameters. Also, the user is a short name not a full E-mail address. Change-Id: Ibcb70068db89ec75a4b284340206718fd9d10e96
This commit is contained in:
parent
64867b2ee0
commit
926a4d1f6c
@ -13,6 +13,6 @@ timeout -k 2m 10m /usr/local/bin/trivial-rebase \
|
||||
<% end -%>
|
||||
<% if $ssh_welcome_rsa_key_contents != "" -%>
|
||||
timeout -k 2m 10m /usr/local/bin/welcome-message patchset-created \
|
||||
--verbose welcome-message@review.openstack.org \
|
||||
/home/gerrit2/review_site/etc/ssh_welcome_rsa_key "$@"
|
||||
--verbose --ssh-user=welcome-message \
|
||||
--ssh-key=/home/gerrit2/review_site/etc/ssh_welcome_rsa_key "$@"
|
||||
<% end -%>
|
||||
|
Loading…
Reference in New Issue
Block a user