⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 106719 in webkit


Ignore:
Timestamp:
Feb 3, 2012, 5:32:31 PM (15 years ago)
Author:
Lucas Forschler
Message:

buildbot fix for curl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/Scripts/update-webkit-dependency

    r106716 r106719  
    104104
    105105print "Downloading $zipFile...\n\n";
    106 $result = system "curl -o \"$tmpAbsDir/$zipFile\" $libsURL";
     106$result = system "curl -k --sslv3 -o \"$tmpAbsDir/$zipFile\" $libsURL";
    107107die "Couldn't download $zipFile!" if $result;
    108108
Note: See TracChangeset for help on using the changeset viewer.