rhtyd closed pull request #2429: CLOUDSTACK-10255: Fix agent logrotate URL: https://github.com/apache/cloudstack/pull/2429
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/agent/conf/cloudstack-agent.logrotate b/agent/conf/cloudstack-agent.logrotate.in similarity index 100% rename from agent/conf/cloudstack-agent.logrotate rename to agent/conf/cloudstack-agent.logrotate.in diff --git a/agent/pom.xml b/agent/pom.xml index 3ee1c5dbacb..0505752660a 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -93,12 +93,6 @@ </filterreader> </filterchain> </copy> - <copy - todir="${basedir}/target/transformed"> - <fileset dir="${basedir}/conf"> - <include name="cloudstack-agent.logrotate" /> - </fileset> - </copy> </target> </configuration> </execution> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services