stable
Clone or download
Read-only
request #10857 PHP 5.6: mail_2_db.php hardcoded to use php 5.3
This commit address 3 issues: - Bridge between mailman and tuleap still use the old way (setuid/setgid) of doing things. Replaced by sudo (compat centos7) - This allow us to no longer do the crappy parse of php-launcher to get params and to use php 5.6 when available (and no hard code php version) - Finally remove from source a script that is already removed by packaging since ages. I also took the opportunity to update Readme Change-Id: Iae4dd1477e2eba12f8a84ea34c52d11d2b856b68
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/forumml/README.mkd | +11 | −0 | Go to diff View file |
D | plugins/forumml/README.txt | +0 | −100 | Go to diff View file |
A | plugins/forumml/bin/mail2dbng.php | +62 | −0 | Go to diff View file |
D | plugins/forumml/bin/ml_arch_2_DB.pl | +0 | −77 | Go to diff View file |
A | plugins/forumml/etc/sudoers.d/tuleap_plugin_forumml | +3 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +5 | −3 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +2 | −2 | Go to diff View file |