Skip to content

Commit

Permalink
Merge pull request #109 from resmo/JENKINS-8641
Browse files Browse the repository at this point in the history
JENKINS-8641: Added a logrotate definition to the Debian/Ubuntu package.
  • Loading branch information
kohsuke committed May 10, 2011
2 parents 20c6fd4 + 8b09a58 commit 92aa65d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/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/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 92aa65d

Please sign in to comment.