merge
authorJohn Kern <johnk@symbian.org>
Mon, 01 Feb 2010 13:31:56 -0800
changeset 70 22b1c93d7a58
parent 69 6814f24fe420 (diff)
parent 67 fb430f25c33d (current diff)
child 72 8373462680d7
merge
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/buildcron	Mon Feb 01 13:31:56 2010 -0800
@@ -0,0 +1,5 @@
+# mail any output to ‘paul’, no matter whose crontab this is
+MAILTO=johnk@symbian.org
+# run at 10 pm 
+0 22 * * 0-5  sh /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build-`date +%j`.out 2>&1
+
--- a/scripts/genBuildScripts.xml	Mon Feb 01 13:26:14 2010 -0800
+++ b/scripts/genBuildScripts.xml	Mon Feb 01 13:31:56 2010 -0800
@@ -2,6 +2,8 @@
  <!-- WS_DIR is set in the associated shell scripts -->
  <property environment="env"/>
  <echo message="workspace: ${env.WS_DIR}"/>
+ <property name="source" value="1.5" />
+ <property name="target" value="1.5" />
  <eclipse.buildScript 
         elements="feature@org.symbian.tools.wrttools"
         buildDirectory="${env.WS_DIR}"