Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #109 from resmo/JENKINS-8641
JENKINS-8641: Added a logrotate definition to the Debian/Ubuntu package.
Originally-From: jenkins-ci.org/commit/core/92aa65da2ebaeff58f4d33b8f0a067510043a20f
  • Loading branch information
kohsuke committed May 10, 2011
2 parents 08ae595 + e4cc488 commit 195bbb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/jenkins.logrotate
@@ -0,0 +1,9 @@
/var/log/jenkins/jenkins.log {
weekly
copytruncate
missingok
rotate 52
compress
delaycompress
notifempty
}
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -64,7 +64,7 @@ binary-arch: build install
dh_installexamples
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
Expand Down

0 comments on commit 195bbb8

Please sign in to comment.