Heads were merged
authorEugene Ostroukhov <eugeneo@symbian.org>
Mon, 01 Feb 2010 13:40:22 -0800
changeset 72 8373462680d7
parent 71 3b6f16a76732 (current diff)
parent 70 22b1c93d7a58 (diff)
child 73 c56c874eef47
Heads were merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/buildcron	Mon Feb 01 13:40:22 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:39:41 2010 -0800
+++ b/scripts/genBuildScripts.xml	Mon Feb 01 13:40:22 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}"