]> review.fuel-infra Code Review - packages/trusty/ceph.git/commitdiff
Added configs for logrotate 36/26636/2 8.0-hotfix-1
authorRodion Tikunov <rtikunov@mirantis.com>
Tue, 20 Sep 2016 12:39:12 +0000 (15:39 +0300)
committerRodion Tikunov <rtikunov@mirantis.com>
Wed, 12 Oct 2016 11:33:59 +0000 (14:33 +0300)
Without debian/ceph.logrotate and debian/radosgw.logrotate,
dpkg-buildpackage builds packages without configs for logrotate.

Change-Id: I32b2ad1e9adfa25043e3818cdf7770fe21f7324d
Closes-Bug: #1607117

debian/ceph.logrotate [new symlink]
debian/changelog
debian/radosgw.logrotate [new symlink]

diff --git a/debian/ceph.logrotate b/debian/ceph.logrotate
new file mode 120000 (symlink)
index 0000000..df20846
--- /dev/null
@@ -0,0 +1 @@
+../src/logrotate.conf
\ No newline at end of file
index 19c58bccdbcbeab71daab3f3a1b26f0c5b6474fc..93eb363dd4fe8f2941c1dce9dfbb0810e6b58bf4 100644 (file)
@@ -1,3 +1,10 @@
+ceph (0.94.5-0u~u14.04+mos3+mos8.0+2) mos8.0; urgency=medium
+
+  * Added configs for logrotate to ceph and radosgw packages
+    (LP: #1607117)
+
+ -- Rodion Tikunov <rtikunov@mirantis.com>  Tue, 20 Sep 2016 15:29:14 +0300
+
 ceph (0.94.5-0u~u14.04+mos3+mos8.0+1) mos8.0; urgency=medium
 
   * Added an upstream patch which adds to rgw url_decode values from
diff --git a/debian/radosgw.logrotate b/debian/radosgw.logrotate
new file mode 120000 (symlink)
index 0000000..6790479
--- /dev/null
@@ -0,0 +1 @@
+../src/rgw/logrotate.conf
\ No newline at end of file