Updated Branches: refs/heads/4.1 64bb70070 -> 6b9055285
CLOUDSTACK-3215 Logs in the Software router are not being rotated Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6b905528 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6b905528 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6b905528 Branch: refs/heads/4.1 Commit: 6b905528559f1f1b6ae472edc550c31d59e8461d Parents: 64bb700 Author: Rajesh Battala <rajesh.batt...@citrix.com> Authored: Sat Jul 27 18:25:04 2013 +0530 Committer: Marcus Sorensen <mar...@betterservers.com> Committed: Fri Aug 9 10:31:14 2013 -0600 ---------------------------------------------------------------------- patches/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b905528/patches/pom.xml ---------------------------------------------------------------------- diff --git a/patches/pom.xml b/patches/pom.xml index efb9aff..d3f10a4 100644 --- a/patches/pom.xml +++ b/patches/pom.xml @@ -60,9 +60,16 @@ filemode="755"> <include name="**/*" /> <exclude name="**/.classpath" /> + <exclude name="**/log**"/> + <exclude name="**/logrotate.d"/> <exclude name="**/.project" /> <exclude name="**/wscript_build" /> </tarfileset> + <tarfileset dir="${basedir}/target/build-patch/" + filemode="644"> + <include name="**/log**"/> + <include name="**/logrotate.d/**"/> + </tarfileset> </tar> <gzip destfile="${basedir}/target/cloud-scripts.tgz" src="${basedir}/target/patch.tar" /> <delete dir="${basedir}/target/build-patch" />