Author: nickboldt
Date: 2010-08-25 13:32:19 -0400 (Wed, 25 Aug 2010)
New Revision: 24441
Modified:
trunk/build/aggregate/site/build.xml
Log:
make build.xml's collect.zips task quieter
Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml 2010-08-25 17:27:51 UTC (rev 24440)
+++ trunk/build/aggregate/site/build.xml 2010-08-25 17:32:19 UTC (rev 24441)
@@ -186,7 +186,7 @@
<var unset="true" name="wget.return" />
<!-- quieter output and return code check w/ wget instead of <get> -->
<exec executable="wget" dir="${aggegate.zips.dir}"
failonerror="false" failifexecutionfails="true"
resultproperty="wget.return">
- <arg line="${inputRepo(a){repoNum}}/logs/zip.list.txt --no-clobber"
/>
+ <arg line="${inputRepo(a){repoNum}}/logs/zip.list.txt -q --no-clobber"
/>
</exec>
<!--get src="${inputRepo(a){repoNum}}/logs/zip.list.txt"
dest="${aggegate.zips.dir}/zip.list.txt" ignoreerrors="true" /-->
<if>
@@ -212,12 +212,14 @@
replace="\1" />
<mkdir dir="${aggegate.zips.dir}/${relativePath}" />
<!-- fetch zips to local dir -->
- <echo>repoNum = @{repoNum}
+ <echo level="verbose">repoNum = @{repoNum}
relativePath = ${relativePath}
zipPath = @{zipPath}
-URL = ${inputRepo@{repoNum}}/@{zipPath}
DEST = ${aggegate.zips.dir}/@{zipPath}
</echo>
+ <echo>
+URL = ${inputRepo@{repoNum}}/@{zipPath}
+</echo>
<exec executable="wget" dir="${aggegate.zips.dir}"
failonerror="false" failifexecutionfails="false">
<arg line="${inputRepo@{repoNum}}/@{zipPath} -q --no-clobber"
/>
</exec>
Show replies by date