提交 92aa65da 编写于 作者: K Kohsuke Kawaguchi

Merge pull request #109 from resmo/JENKINS-8641

JENKINS-8641: Added a logrotate definition to the Debian/Ubuntu package.
/var/log/jenkins/jenkins.log {
weekly
copytruncate
missingok
rotate 52
compress
delaycompress
notifempty
}
...@@ -64,7 +64,7 @@ binary-arch: build install ...@@ -64,7 +64,7 @@ binary-arch: build install
dh_installexamples dh_installexamples
# dh_installmenu # dh_installmenu
# dh_installdebconf # dh_installdebconf
# dh_installlogrotate dh_installlogrotate
# dh_installemacsen # dh_installemacsen
# dh_installpam # dh_installpam
# dh_installmime # dh_installmime
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册