Fix the permission and ownership on the gitolite hooks

This commit is contained in:
Pierre-Yves Chibon 2015-01-22 12:33:26 +01:00
parent 2d8f1e4b94
commit e8d65d80ec

View file

@ -150,6 +150,17 @@
- name: install the fedmsg configuration
copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644
- name: Fix the permission on /etc/gitolite/hooks and /etc/gitolite/hooks/common
command: chmod 770 /etc/gitolite/hooks /etc/gitolite/hooks/common
tags:
- config
- distgit
- name: Fix the ownership on /etc/gitolite/hooks and /etc/gitolite/hooks/common
command: chown gen-acls:packager /etc/gitolite/hooks /etc/gitolite/hooks/common
tags:
- config
- distgit
# -- CGit ------------------------------------------------
# This is the pretty web view of the repositories, using CGit.