From 3a1635e9e20c6abd110861b519c18a22051b3390 Mon Sep 17 00:00:00 2001 From: Ivan Udovichenko Date: Mon, 5 Jun 2017 16:39:16 +0300 Subject: [PATCH] [MCP 1.0] Update Heat package Version: 1:6.0.0-5~u16.04+mcp0 * d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate, d/heat-api.logrotate, d/heat-engine.logrotate: Remove files. * d/heat-common.logrotate: Provide unified logrotate rule for all Heat log files. Change-Id: I6512a2a03ab99e9019de5af154c35314ef5b62bd --- xenial/debian/changelog | 9 +++++++++ xenial/debian/heat-api-cloudwatch.logrotate | 8 -------- xenial/debian/heat-api.logrotate | 8 -------- .../{heat-api-cfn.logrotate => heat-common.logrotate} | 4 ++-- xenial/debian/heat-engine.logrotate | 8 -------- 5 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 xenial/debian/heat-api-cloudwatch.logrotate delete mode 100644 xenial/debian/heat-api.logrotate rename xenial/debian/{heat-api-cfn.logrotate => heat-common.logrotate} (72%) delete mode 100644 xenial/debian/heat-engine.logrotate diff --git a/xenial/debian/changelog b/xenial/debian/changelog index fe7cc865..96788481 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,12 @@ +heat (1:6.0.0-5~u16.04+mcp0) mcp; urgency=medium + + * d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate, + d/heat-api.logrotate, d/heat-engine.logrotate: Remove files. + * d/heat-common.logrotate: Provide unified logrotate rule for + all Heat log files. + + -- Ivan Udovichenko Mon, 05 Jun 2017 16:31:10 +0300 + heat (1:6.0.0-4~u16.04+mcp0) mcp; urgency=medium * Rebuild for xenial-mitaka mcp branch diff --git a/xenial/debian/heat-api-cloudwatch.logrotate b/xenial/debian/heat-api-cloudwatch.logrotate deleted file mode 100644 index b6c15721..00000000 --- a/xenial/debian/heat-api-cloudwatch.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-api-cloudwatch.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/heat-api.logrotate b/xenial/debian/heat-api.logrotate deleted file mode 100644 index 76381611..00000000 --- a/xenial/debian/heat-api.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-api.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} diff --git a/xenial/debian/heat-api-cfn.logrotate b/xenial/debian/heat-common.logrotate similarity index 72% rename from xenial/debian/heat-api-cfn.logrotate rename to xenial/debian/heat-common.logrotate index 452fdeed..894a6943 100644 --- a/xenial/debian/heat-api-cfn.logrotate +++ b/xenial/debian/heat-common.logrotate @@ -1,8 +1,8 @@ -/var/log/heat/heat-api-cfn.log { +/var/log/heat/*.log { daily missingok compress delaycompress - notifempty copytruncate + notifempty } diff --git a/xenial/debian/heat-engine.logrotate b/xenial/debian/heat-engine.logrotate deleted file mode 100644 index ab9a9350..00000000 --- a/xenial/debian/heat-engine.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/heat/heat-engine.log { - daily - missingok - compress - delaycompress - notifempty - copytruncate -} -- 2.45.2