|
From: Markus B. <mba...@us...> - 2006-01-08 15:20:17
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv657 Modified Files: build-RDT.properties customTargets.xml purgeNightlyBuildWebSite.sh Log Message: copy test result file to correct place, purge download and updatesite, do not use verbose ANT Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/customTargets.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** customTargets.xml 8 Jan 2006 12:38:36 -0000 1.3 --- customTargets.xml 8 Jan 2006 15:19:49 -0000 1.4 *************** *** 243,247 **** browsers don't fool users with cached versions --> <copy file="${eclipseAutomatedTestHome}/results/html/org.rubypeople.rdt.tests.all_.html" ! tofile="${buildDirectory}/org.rubypeople.rdt.tests.all_${featureVersion}.html"/> <copy file="${buildDirectory}/workspace-rdt-tests/.metadata/.log" tofile="${buildResultsDirectory}/logs/testsWorkspace.log"/> --- 243,247 ---- browsers don't fool users with cached versions --> <copy file="${eclipseAutomatedTestHome}/results/html/org.rubypeople.rdt.tests.all_.html" ! tofile="${buildResultsDirectory}/org.rubypeople.rdt.tests.all_${featureVersion}.html"/> <copy file="${buildDirectory}/workspace-rdt-tests/.metadata/.log" tofile="${buildResultsDirectory}/logs/testsWorkspace.log"/> Index: build-RDT.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build-RDT.properties 29 Dec 2005 09:45:25 -0000 1.2 --- build-RDT.properties 8 Jan 2006 15:19:49 -0000 1.3 *************** *** 16,21 **** # Make Ant verbose ! verboseAnt=-verbose ! #verboseAnt= eclipseAutomatedTestHome=${rdtBuildHome}/rdt/eclipse-testing --- 16,21 ---- # Make Ant verbose ! #verboseAnt=-verbose ! verboseAnt= eclipseAutomatedTestHome=${rdtBuildHome}/rdt/eclipse-testing Index: purgeNightlyBuildWebSite.sh =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/purgeNightlyBuildWebSite.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** purgeNightlyBuildWebSite.sh 8 Jan 2006 12:38:36 -0000 1.1 --- purgeNightlyBuildWebSite.sh 8 Jan 2006 15:19:49 -0000 1.2 *************** *** 1,2 **** #!/bin/sh ! ssh -l rubypeople download.rubypeople.org "rm -r ~/subdomains/updatesite/httpdocs/nightly;mkdir ~/subdomains/updatesite/httpdocs/nightly" --- 1,2 ---- #!/bin/sh ! ssh -l rubypeople download.rubypeople.org "rm -r ~/subdomains/updatesite/httpdocs/nightly; mkdir ~/subdomains/updatesite/httpdocs/nightly; rm -r ~/subdomains/download/httpdocs/nightly ; mkdir ~/subdomains/download/httpdocs/nightly" |