Code changed in jenkins
User: Antoine Musso
Path:
deb/build/debian/jenkins.default
deb/build/debian/jenkins.init
deb/build/debian/jenkins.logrotate
http://jenkins-ci.org/commit/packaging/09137299df3e84cf4d87c8ca7d991aa94688a84c
Log:
JENKINS-18870 JENKINS_ENABLE_ACCESS_LOG for Debian
The rpm provide JENKINS_ENABLE_ACCESS_LOG which enable Jenkins to write
down some access log. It is missing from the debian package.
1) add JENKINS_ENABLE_ACCESS_LOG (default: "no") to
debian/jenkins.default.
1) add JENKINS_ENABLE_ACCESS_LOG support in debian/jenkins.init based on
what is done for rpm/suse.
3) update the logrotate script.
Signed-off-by: Antoine Musso <hashar@free.fr>
You seem to know pretty well what's missing. Consider submitting a pull request!