mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Get curl to be quiet already...
This commit is contained in:
parent
a95c935ee4
commit
3f424875d3
2 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@
|
|||
|
||||
<target name="upload" depends="init" unless="hasErrors">
|
||||
<exec dir="${buildDirectory}" executable="curl">
|
||||
<arg line="-u${cdtuser}:${cdtpasswd} ${remotedir}/index.html -o index.html"/>
|
||||
<arg line="-s -u${cdtuser}:${cdtpasswd} ${remotedir}/index.html -o index.html"/>
|
||||
</exec>
|
||||
<replace file="${buildDirectory}/index.html">
|
||||
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
||||
|
@ -120,7 +120,7 @@
|
|||
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||
</replace>
|
||||
<exec dir="${buildDirectory}" executable="curl">
|
||||
<arg line="-u${cdtuser}:${cdtpasswd} -T index.html ${remotedir}/index.html"/>
|
||||
<arg line="-s -u${cdtuser}:${cdtpasswd} -T index.html ${remotedir}/index.html"/>
|
||||
</exec>
|
||||
<exec dir="${zipsdir}" executable="sh">
|
||||
<arg line="${basedir}/upload.sh ${cdtuser} ${cdtpasswd} ${remotedir}/${buildId}/"/>
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
for i in *
|
||||
do
|
||||
curl --ftp-create-dirs -u$1:$2 -T $i $3
|
||||
curl -s --ftp-create-dirs -u$1:$2 -T $i $3
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue