stable
Clone or download
Read-only
request #13341: Missing daily and plugin jobs on CentOS/RHEL7
The timers and services were not deployed, as a result some actions were never executed (mail reminders, bot mattermost agile dashboard reports). With this contribution the never needs to be enabled (and started) to become active on an existing installation, e.g.: # systemctl enable tuleap-launch-daily-event.timer # systemctl start tuleap-launch-daily-event.timer Change-Id: I1bb964ba837a538eb3bf6b49c6f23e16c97e9a08
Modified Files
Name | ||||
---|---|---|---|---|
A | src/utils/systemd/tuleap-launch-daily-event.service | +10 | −0 | Go to diff View file |
A | src/utils/systemd/tuleap-launch-daily-event.timer | +10 | −0 | Go to diff View file |
A | src/utils/systemd/tuleap-launch-plugin-job.service | +10 | −0 | Go to diff View file |
A | src/utils/systemd/tuleap-launch-plugin-job.timer | +10 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +8 | −0 | Go to diff View file |
M | tools/setup/el7/include/define.sh | +3 | −1 | Go to diff View file |