1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Add signing to the build.

This commit is contained in:
Doug Schaefer 2007-06-13 17:12:36 +00:00
parent 3fdfd1e46b
commit 30f1fa9ca6

View file

@ -136,9 +136,9 @@
<target name="sign" depends="init" unless="hasErrors">
<exec executable="sign">
<arg value="${zipsdir}/${masterFile}"/>
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results/${masterFile}"/>
<arg value="nomail"/>
<arg value="${buildDirectory}"/>
<arg value="/home/data/httpd/download-staging.priv/tools/cdt/releng/results/${buildId}"/>
</exec>
<waitfor maxwait="30" maxwaitunit="minute">
<available file="${buildDirectory}/${masterFile}"/>