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:
parent
3fdfd1e46b
commit
30f1fa9ca6
1 changed files with 2 additions and 2 deletions
|
@ -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}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue