Changeset 190218 in webkit


Ignore:
Timestamp:
Sep 24, 2015 1:23:42 PM (9 years ago)
Author:
dbates@webkit.org
Message:

Fix the build after <http://trac.webkit.org/changeset/190212>
(http://trac.webkit.org/changeset/190212)

I inadvertently did not remove the fullPlatform argument from one of the callers of archiveBuiltProduct().

  • BuildSlaveSupport/built-product-archive:

(main):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/built-product-archive

    r190212 r190218  
    5858
    5959    if action == 'archive':
    60         return archiveBuiltProduct(options.configuration, genericPlatform, options.platform)
     60        return archiveBuiltProduct(options.configuration, genericPlatform)
    6161    else:
    6262        return extractBuiltProduct(options.configuration, genericPlatform)
  • trunk/Tools/ChangeLog

    r190216 r190218  
     12015-09-24  Daniel Bates  <dabates@apple.com>
     2
     3        Fix the build after <http://trac.webkit.org/changeset/190212>
     4        (http://trac.webkit.org/changeset/190212)
     5
     6        I inadvertently did not remove the fullPlatform argument from one of the callers of archiveBuiltProduct().
     7
     8        * BuildSlaveSupport/built-product-archive:
     9        (main):
     10
    1112015-09-24  Daniel Bates  <dabates@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.