Turned off build publication by default, so no publication happens (by default) when a micro build is run from the command line.
authorSimon Howkins <simonh@symbian.org>
Mon, 01 Feb 2010 14:41:26 +0000
changeset 388 e4d3b849fc7a
parent 387 edc96850177d
child 389 f6da664c1811
Turned off build publication by default, so no publication happens (by default) when a micro build is run from the command line. Hudson can set this property so that any micro builds it starts are published, which is certainly desirable.
symbian2/micro/job_props.ant.xml
--- a/symbian2/micro/job_props.ant.xml	Fri Jan 29 22:53:32 2010 +0000
+++ b/symbian2/micro/job_props.ant.xml	Mon Feb 01 14:41:26 2010 +0000
@@ -71,6 +71,7 @@
 
     <!-- These are certainly specific to the micro build -->
     <property name="sf.spec.job.name" value="micro"/>
+    <property name="sf.spec.publish.enable"      value="false"/> <!-- Over-ridden when run by Hudson -->
     <property name="sf.suppress.buildenv.check"  value="true"/>
     <property name="sf.spec.sourcesync.archive"  value="true"/>
     <property name="sf.spec.test.sendpkg.enable" value="false"/>