[darwinbuild-changes] [407] trunk/darwinbuild/darwinbuild.common

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 31 08:36:50 PDT 2008


Revision: 407
          http://trac.macosforge.org/projects/darwinbuild/changeset/407
Author:   wsiegrist at apple.com
Date:     2008-10-31 08:36:47 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
Add --location when downloading sources in case the server needs to redirect us

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild.common

Modified: trunk/darwinbuild/darwinbuild.common
===================================================================
--- trunk/darwinbuild/darwinbuild.common	2008-10-30 23:08:44 UTC (rev 406)
+++ trunk/darwinbuild/darwinbuild.common	2008-10-31 15:36:47 UTC (rev 407)
@@ -152,6 +152,7 @@
 				echo "Downloading $master_site/$filename ..."
 				curl $CURLARGS --fail \
 					--silent \
+					--location \
 					--continue-at - \
 					--output "$destination/.tmp.${filename}" \
 					--url "$master_site/$filename"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20081031/57493342/attachment.html>


More information about the darwinbuild-changes mailing list