Enabled the drive-space check, but with a reasonable amount to check for (2GB).
authorSimon Howkins <simonh@symbian.org>
Tue, 08 Dec 2009 13:17:21 +0000
changeset 318 afd615eb58d9
parent 317 d9ce88d8ccf4
child 319 84edfc198c24
Enabled the drive-space check, but with a reasonable amount to check for (2GB).
symbian2/micro/job_props.ant.xml
--- a/symbian2/micro/job_props.ant.xml	Tue Dec 08 12:05:28 2009 +0000
+++ b/symbian2/micro/job_props.ant.xml	Tue Dec 08 13:17:21 2009 +0000
@@ -5,6 +5,8 @@
     <dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/>
     <property name="sf.project.type" value="platform" />
 
+    <property name="sf.drive.space.needed" value="2G"/>
+
     <property name="sf.previous.pdk.tag" value="PDK_2.0.1" />
 
     <property name="sf.spec.corebuildversion" value="week19"/>
@@ -70,7 +72,6 @@
     <!-- These are certainly specific to the micro build -->
     <property name="sf.spec.job.name" value="micro"/>
     <property name="sf.suppress.buildenv.check"  value="true"/>
-    <property name="sf.suppress.drive.space.check" value="true"/>
     <property name="sf.spec.sourcesync.archive"  value="true"/>
     <property name="sf.spec.test.sendpkg.enable" value="false"/>
     <property name="sf.spec.bccheck.enable"      value="false"/>