2011-08-16 22:05:14 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2012-08-16 16:09:00 +00:00
|
|
|
# Use timeout to kill any process running longer than 10 minutes.
|
2012-11-22 18:45:10 +00:00
|
|
|
timeout -k 2m 10m /usr/local/bin/update-blueprint patchset-created "$@"
|
|
|
|
timeout -k 2m 10m /usr/local/bin/update-bug patchset-created "$@"
|
2013-04-22 23:06:09 +00:00
|
|
|
timeout -k 2m 10m /usr/local/bin/notify-impact patchset-created "$@" --impact SecurityImpact --dest-address 'openstack-security@lists.openstack.org'
|
2014-04-18 00:51:50 +00:00
|
|
|
<% if @ssh_welcome_rsa_key_contents != "" -%>
|
2014-03-12 22:58:13 +00:00
|
|
|
timeout -k 2m 10m /usr/local/bin/welcome-message patchset-created \
|
2014-03-18 02:32:08 +00:00
|
|
|
--verbose --ssh-user=welcome-message \
|
|
|
|
--ssh-key=/home/gerrit2/review_site/etc/ssh_welcome_rsa_key "$@"
|
2014-01-31 21:49:09 +00:00
|
|
|
<% end -%>
|