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