mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3215 Logs in the Software router are not being rotated
This commit is contained in:
parent
4dc874fefc
commit
8edf6b3467
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue