|
From: <mba...@us...> - 2007-04-27 21:18:04
|
Revision: 2388
http://svn.sourceforge.net/rubyeclipse/?rev=2388&view=rev
Author: mbarchfe
Date: 2007-04-27 14:18:00 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
also copy nighlty build results to aptana
Modified Paths:
--------------
trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
trunk/org.rubypeople.rdt.build/cruiseControl/purgeNightlyBuildWebSite.sh
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-04-27 15:28:35 UTC (rev 2387)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-04-27 21:18:00 UTC (rev 2388)
@@ -56,6 +56,20 @@
targetuser="rubypeople"
targethost="download.rubypeople.org"
targetdir="~/subdomains/updatesite/httpdocs/nightly"/>
+ <scp
+ sourcedir="${buildDirectory}/results"
+ file="."
+ options="-r"
+ targetuser="mbarchfeld"
+ targethost="www.aptana.org"
+ targetdir="/var/websites/download.rubypeople.org/html/nightly"/>
+ <scp
+ sourcedir="${buildDirectory}/results/updateSite"
+ file="."
+ options="-r"
+ targetuser="mbarchfeld"
+ targethost="www.aptana.org"
+ targetdir="/var/websites/updatesite.rubypeople.org/html/nightly"/>
</onsuccess>
<email
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/purgeNightlyBuildWebSite.sh
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/purgeNightlyBuildWebSite.sh 2007-04-27 15:28:35 UTC (rev 2387)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/purgeNightlyBuildWebSite.sh 2007-04-27 21:18:00 UTC (rev 2388)
@@ -1,2 +1,5 @@
#!/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"
+ssh -l mbarchfeld www.aptana.org "rm -r /var/websites/updatesite.rubypeople.org/html/nightly; mkdir /var/websites/updatesite.rubypeople.org/html/nightly; rm -r /var/websites/download.rubypeople.org/html/nightly ; mkdir /var/websites/download.rubypeople.org/html/nightly"
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|