stable

Clone or download

Read-only

Remove hardcoded dependency on /sbin/service

On Centos7 it would require to install initscripts dependency + take the opportunity to remove hardcoded call to /sbin/httpd in svnroot_updater. It's still requested to have it outside systemd due to the distributed svn tests not relying on systemd yet. This is a part of story #11435 install svn plugin Change-Id: Ied7b96ee25de8ce3f7411053357db96aad2daaec

Modified Files

Name
M plugins/svn/include/events/SystemEvent_SVN_RESTORE_REPOSITORY.php +1 −2 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +1 −1 Go to diff View file
A src/common/System/ApacheServiceControl.php +61 −0 Go to diff View file
A src/common/System/ServiceControl.php +65 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/backend/BackendService.class.php +2 −2 Go to diff View file
M src/common/svn/ApacheConfGenerator.php +20 −8 Go to diff View file
M src/common/svn/SvnrootUpdater.php +10 −5 Go to diff View file
M src/common/system_event/SystemEventProcessor_Factory.php +1 −1 Go to diff View file
D src/utils/codendi.pl +0 −87 Go to diff View file
M src/utils/svn/force_refresh_codendi_svnroot.php +2 −3 Go to diff View file