Add the alternativearch hook to the check-perms script

This commit is contained in:
Pierre-Yves Chibon 2016-11-01 09:20:15 +01:00
parent d61a2435be
commit 8d17e6534b

View file

@ -227,6 +227,8 @@ def set_post_receive_hook_version3(gitdir):
os.path.join(dest_prefix, 'post-receive-email'),
'/usr/share/git-core/post-receive-fedmsg':
os.path.join(dest_prefix, 'post-receive-fedmsg'),
'/usr/share/git-core/post-receive-alternativearch':
os.path.join(dest_prefix, 'post-receive-alternativearch'),
# This one kicks off all the others.
'/usr/share/git-core/post-receive-chained':