stable

Clone or download

Read-only

RHEL7: add plugin git

This is a part of story #11322 Git, SVN and CI The setup check if Tuleap is already installed, check the installed plugins and configure git plugin if not yet Change-Id: Ia7cefd7d9b9686d891bbb82812aebe7abe18de84

Modified Files

Name
A src/utils/systemd/tuleap-process-system-events-git.service +10 −0 Go to diff View file
A src/utils/systemd/tuleap-process-system-events-git.timer +10 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +78 −188 Go to diff View file
M tools/setup.el7.sh +96 −82 Go to diff View file
M tools/setup/el7/include/check.sh +23 −3 Go to diff View file
M tools/setup/el7/include/define.sh +14 −5 Go to diff View file
M tools/setup/el7/include/helper.sh +4 −2 Go to diff View file
M tools/setup/el7/include/options.sh +10 −2 Go to diff View file
A tools/setup/el7/include/plugins.sh +125 −0 Go to diff View file
M tools/setup/el7/include/services.sh +8 −2 Go to diff View file