Skip to content

Commit 22d6718

Browse files
fmaximusyadvr
authored andcommitted
CLOUDSTACK-10255: Fix agent logrotate (#2429)
Renamed cloudstack-agent.logrotate to cloudstack-agent.logrotate.in, so Ant will run the filterchain while copying. This made the ant run copy block of cloudstack-agent.logrotate unnecessary, so this is removed.
1 parent 170b6ce commit 22d6718

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

agent/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@
9393
</filterreader>
9494
</filterchain>
9595
</copy>
96-
<copy
97-
todir="${basedir}/target/transformed">
98-
<fileset dir="${basedir}/conf">
99-
<include name="cloudstack-agent.logrotate" />
100-
</fileset>
101-
</copy>
10296
</target>
10397
</configuration>
10498
</execution>

0 commit comments

Comments
 (0)