Merge lp:~barry/ubuntu-system-image/lp1518955 into lp:~ubuntu-managed-branches/ubuntu-system-image/system-image

Proposed by Barry Warsaw
Status: Merged
Approved by: Barry Warsaw
Approved revision: 250
Merged at revision: 248
Proposed branch: lp:~barry/ubuntu-system-image/lp1518955
Merge into: lp:~ubuntu-managed-branches/ubuntu-system-image/system-image
Diff against target: 25 lines (+9/-1)
2 files modified
debian/control (+1/-1)
debian/system-image-common.logrotate (+8/-0)
To merge this branch: bzr merge lp:~barry/ubuntu-system-image/lp1518955
Reviewer Review Type Date Requested Status
Barry Warsaw (community) Approve
Review via email: mp+291176@code.launchpad.net

Commit message

* d/system-image.logrotate: Rotate the log file monthly. (LP: #1518955)
* d/control: Bump Standards-Version with no other changes necessary.

Description of the change

* d/system-image.logrotate: Rotate the log file monthly. (LP: #1518955)
* d/control: Bump Standards-Version with no other changes necessary.

To post a comment you must log in.
249. By Barry Warsaw

Whitespace.

Revision history for this message
Barry Warsaw (barry) :
review: Approve
250. By Barry Warsaw

Put the .logrotate file on the correct binary package.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2016-03-02 21:02:19 +0000
3+++ debian/control 2016-04-07 15:46:20 +0000
4@@ -21,7 +21,7 @@
5 python3-setuptools,
6 python3-xdg,
7 ubuntu-download-manager,
8-Standards-Version: 3.9.6
9+Standards-Version: 3.9.7
10 Testsuite: autopkgtest
11 Vcs-Bzr: https://code.launchpad.net/~ubuntu-managed-branches/ubuntu-system-image/system-image
12 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-managed-branches/ubuntu-system-image/system-image/files
13
14=== added file 'debian/system-image-common.logrotate'
15--- debian/system-image-common.logrotate 1970-01-01 00:00:00 +0000
16+++ debian/system-image-common.logrotate 2016-04-07 15:46:20 +0000
17@@ -0,0 +1,8 @@
18+/var/log/system-image/client.log {
19+ monthly
20+ missingok
21+ rotate 3
22+ compress
23+ notifempty
24+ nocreate
25+}

Subscribers

People subscribed via source and target branches