|
From: <mba...@us...> - 2007-02-18 11:39:17
|
Revision: 1960
http://svn.sourceforge.net/rubyeclipse/?rev=1960&view=rev
Author: mbarchfe
Date: 2007-02-18 03:39:10 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
refer build results in new place
Modified Paths:
--------------
trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-02-18 11:38:09 UTC (rev 1959)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-02-18 11:39:10 UTC (rev 1960)
@@ -2,7 +2,7 @@
<project name="RDT" buildafterfailed="false">
<plugin name="labelincrementer" classname="org.rubypeople.rdt.cruisecontrol.plugin.EclipsePluginLabelProvider"/>
<labelincrementer prefix="0.8.0"/>
-
+ <property name="buildDirectory" value="/home/rdt/build-cc"/>
<bootstrappers>
<svnbootstrapper localworkingcopy="../pluginbuilder"/>
</bootstrappers>
@@ -17,15 +17,16 @@
<ant antscript="/home/rdt/cruisecontrol-bin-2.5/apache-ant-1.6.5/bin/ant"
antWorkingDir="../pluginbuilder"
buildfile="build.xml"
- target="dist-cc"
+ target="main-cc"
uselogger="true"
- usedebug="false">
- <property name="version.prefix" value="0.8.0"/>
+ usedebug="false">
+ <property name="version" value="0.8.0"/>
+ <property name="buildDirectory" value="${buildDirectory}"/>
</ant>
</schedule>
<log dir="logs/RDT">
- <merge dir="/home/rdt/ccbuild/results/testresults/xml"/>
+ <merge dir="${buildDirectory}/results/testresults/xml"/>
</log>
<!-- more recent versions of CC should use the listener below, instead of the currentbuildstatusbootstrapper, currentbuildstatuspublisher combination. NOTE: Must match filename in CC reporting/jsp - override.properties: user.build.status.file -->
@@ -41,30 +42,29 @@
dest="artifacts/RDT"/>
<execute command="/home/rdt/cruiseControlWorkspace/purgeNightlyBuildWebSite.sh"/>
<scp
- sourcedir="checkout/RDT/dist"
+ sourcedir="${buildDirectory}/results"
file="."
options="-r"
targetuser="rubypeople"
targethost="download.rubypeople.org"
targetdir="~/subdomains/download/httpdocs/nightly"/>
<scp
- sourcedir="checkout/RDT/dist/updateSite"
+ sourcedir="${buildDirectory}/results/updateSite"
file="."
options="-r"
targetuser="rubypeople"
targethost="download.rubypeople.org"
targetdir="~/subdomains/updatesite/httpdocs/nightly"/>
</onsuccess>
- <!--
+
<email
mailhost="mail.sf.net"
returnaddress="mba...@us..."
- buildresultsurl="http://213.239.199.113:8080/cruisecontrol/buildresults/RDT"
- skipusers="false"
+ buildresultsurl="http://rdtcc.pluginbuilder.org/cruisecontrol/buildresults/RDT"
+ skipusers="true"
spamwhilebroken="false">
<always address="rub...@li..."/>
</email>
- -->
</publishers>
</project>
</cruisecontrol>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|