stable

Clone or download

Read-only

request #14899 gl-membership script must be working for gitolite system user

The current call to gl-membership script by the gitolite user throws a fatal error. A new sudo rule as been added to be sure that the gitolite user is able to receive the good result for the call to gl-membership script. To test it, you have to manually deploy the new sudoers and the gl-membership.pl files and try to do git operations. They must be allowed or denied as expected. Change-Id: I9455b37d114caa4292a7d77639932443be9dff37

Modified Files

Name
M plugins/git/bin/gl-membership.pl +1 −11 Go to diff View file
A plugins/git/etc/sudoers.d/tuleap-git-gl-membership +3 −0 Go to diff View file
M src/common/Config/ForgeConfig.php +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file