stable

Clone or download

Read-only

request #16635 CVS lock folders must not be in temp storage

CVS lock folders must be kept after server reboot. We have to move them in a place that is not a temp storage How to test =========== * Have a working CVS with content * Create /var/lib/tuleap/cvslocks (root:root 0751) * Sync data between /var/lock/cvs and /var/lib/tuleap/cvslocks rsync -avz /var/lock/cvs/ /var/lib/tuleap/cvslocks/ * Create a simlink between /var/lib/tuleap/cvslocks/ and /var/lock/cvs/ All commits must continue to work. Change-Id: I6d926daefa3187c1badec7acfe6a6d1003e98400

Modified Files

Name
M src/utils/systemd/tmpfiles/tuleap-cvs.conf +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +6 −2 Go to diff View file
M tools/setup.sh +2 −2 Go to diff View file