Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1546 - development/main/magic/spells/cruisecontrol/etc/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1546 - development/main/magic/spells/cruisecontrol/etc/main
  • Date: Fri, 21 Jan 2005 00:32:11 +0100

Author: pneubauer
Date: Fri Jan 21 00:32:11 2005
New Revision: 1546

Modified:
development/main/magic/spells/cruisecontrol/etc/main/config.xml
Log:
first working cc-build to dpml-notify


Modified: development/main/magic/spells/cruisecontrol/etc/main/config.xml
==============================================================================
--- development/main/magic/spells/cruisecontrol/etc/main/config.xml
(original)
+++ development/main/magic/spells/cruisecontrol/etc/main/config.xml Fri
Jan 21 00:32:11 2005
@@ -8,11 +8,11 @@
</bootstrappers>


- <modificationset quietperiod="10">
+ <modificationset quietperiod="100">
<svn localWorkingCopy="checkout/dpml-main/development/main"/>
</modificationset>

- <schedule interval="10">
+ <schedule interval="300">
<ant
antscript="/usr/local/ant/bin/ant"
buildfile="checkout/dpml-main/development/main/setup.xml"
@@ -33,7 +33,7 @@
</always>
</email-->
<htmlemail mailhost="localhost" subjectprefix="[CC][dpml-setup]"
returnaddress="dev-dpml AT lists.ibiblio.org" defaultsuffix="dmpl.net"
spamwhilebroken="false"
css="/usr/local/cruisecontrol/reporting/jsp/css/cruisecontrol.css"
xsldir="/usr/local/cruisecontrol/reporting/jsp/xsl">
- <always address="peter AT neubauer.se"/>
+ <always address="dpml-notify AT lists.ibiblio.org"/>
</htmlemail>
</publishers>

@@ -46,11 +46,11 @@
</bootstrappers>


- <modificationset quietperiod="10">
+ <modificationset quietperiod="300">
<svn localWorkingCopy="checkout/dpml-main/development/main"/>
</modificationset>

- <schedule interval="10">
+ <schedule interval="300">
<ant
antscript="/usr/local/ant/bin/ant"
buildfile="checkout/dpml-main/development/main/build.xml"
@@ -62,10 +62,23 @@
<log>
<merge
dir="checkout/dpml-main/development/main/transit/handler/target/test-reports"/>
<merge
dir="checkout/dpml-main/development/main/magic/core/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/composition/impl/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/composition/test/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/magic/spells/example/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/central/tutorials/hello/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/transit/tutorials/artifact/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/system/test/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/planet/facilities/finder/impl/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/logging/providers/logkit/test/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/logging/providers/log4j/test/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/planet/facilities/db/hsql/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/transit/tutorials/extension/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/activation/test/target/test-reports"/>
+ <merge
dir="checkout/dpml-main/development/main/metro/activation/test/target/test-reports"/>
</log>
<publishers>
<htmlemail mailhost="localhost" subjectprefix="[CC][dpml-main]"
returnaddress="dev-dpml AT lists.ibiblio.org" defaultsuffix="dmpl.net"
spamwhilebroken="false"
css="/usr/local/cruisecontrol/reporting/jsp/css/cruisecontrol.css"
xsldir="/usr/local/cruisecontrol/reporting/jsp/xsl">
- <always address="peter AT neubauer.se"/>
+ <always address="dpml-notify AT lists.ibiblio.org"/>
</htmlemail>
</publishers>




  • svn commit: r1546 - development/main/magic/spells/cruisecontrol/etc/main, pneubauer, 01/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page