1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

update build script

This commit is contained in:
Vivian Kong 2010-01-19 20:55:48 +00:00
parent d4001e3423
commit 17990c0615

View file

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