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

Changeset 155388 in webkit


Ignore:
Timestamp:
Sep 9, 2013, 2:59:18 PM (13 years ago)
Author:
roger_fong@apple.com
Message:

Unreviewed. Update Cygwin Downloader to include lighttpd and download setup-x86.exe.

  • CygwinDownloader/cygwin-downloader.py:
  • CygwinDownloader/cygwin-downloader.zip:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r155385 r155388  
     12013-09-09  Roger Fong  <roger_fong@apple.com>
     2
     3        Unreviewed. Update Cygwin Downloader to include lighttpd and download setup-x86.exe.
     4
     5        * CygwinDownloader/cygwin-downloader.py:
     6        * CygwinDownloader/cygwin-downloader.zip:
     7
    182013-09-09  Filip Pizlo  <fpizlo@apple.com>
    29
  • trunk/Tools/CygwinDownloader/cygwin-downloader.py

    r126948 r155388  
    5656                               "gperf",
    5757                               "keychain",
     58                               "lighttpd",
    5859                               "make",
    5960                               "minires",
     
    135136                download_package(packages[name], "Downloading package %3d of %3d (%s)" % (downloaded_so_far, len(names_to_download), name))
    136137
    137 download_url_to_file("http://cygwin.com/setup.exe", "setup.exe", "Downloading setup.exe")
     138download_url_to_file("http://cygwin.com/setup-x86.exe", "setup.exe", "Downloading setup.exe")
    138139
    139140seconds_to_sleep = 10
Note: See TracChangeset for help on using the changeset viewer.