Title: [106719] trunk/Tools/Scripts/update-webkit-dependency
Revision
106719
Author
[email protected]
Date
2012-02-03 17:32:31 -0800 (Fri, 03 Feb 2012)

Log Message

buildbot fix for curl.

Modified Paths


Diff

Modified: trunk/Tools/Scripts/update-webkit-dependency (106718 => 106719)


--- trunk/Tools/Scripts/update-webkit-dependency	2012-02-04 01:30:43 UTC (rev 106718)
+++ trunk/Tools/Scripts/update-webkit-dependency	2012-02-04 01:32:31 UTC (rev 106719)
@@ -103,7 +103,7 @@
 }
 
 print "Downloading $zipFile...\n\n";
-$result = system "curl -o \"$tmpAbsDir/$zipFile\" $libsURL";
+$result = system "curl -k --sslv3 -o \"$tmpAbsDir/$zipFile\" $libsURL";
 die "Couldn't download $zipFile!" if $result;
 
 $result = system "unzip", "-q", "-d", $tmpAbsDir, "$tmpAbsDir/$zipFile";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to