Bug 384 Platform build should output all PDK releasables into one directory
Zips of md5s now released into the release directory
--- a/common/build.postbuild.xml Wed Sep 23 11:43:54 2009 +0100
+++ b/common/build.postbuild.xml Wed Sep 23 11:56:06 2009 +0100
@@ -185,12 +185,9 @@
</parallel>
<!-- package MD5s directly into epoc32/relinfo location so that its usable out-of-the-box -->
- <property name="temp.md5.zip" value="${env.TEMP}/MD5_${sf.spec.job.name}_${build.number}.zip"/>
- <echo message="INFO Packaging MD5s"/>
- <zip destfile="${temp.md5.zip}">
+ <zip destfile="${build.output.dir}/zips/release/build_md5.zip">
<zipfileset dir="${build.drive}/output/md5/" prefix="epoc32/relinfo"/>
</zip>
- <move file="${temp.md5.zip}" todir="${build.log.dir}" failonerror="false"/>
</target>
<target name="sf-package-binary" depends="sf-preprocess-package-config,sf-package-postbuild-rnd">