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

Changeset 271492 in webkit


Ignore:
Timestamp:
Jan 14, 2021, 10:30:57 AM (6 years ago)
Author:
aakash_jain@apple.com
Message:

EWS should correctly identify the OS for Big Sur dot releases
https://bugs.webkit.org/show_bug.cgi?id=220622

Reviewed by Jonathan Bedard.

  • CISupport/ews-build/steps.py:

(PrintConfiguration.convert_build_to_os_name): Change 11.0 to 11 since we use startswith() for matching.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/ews-build/steps.py

    r270538 r271492  
    28292829
    28302830        build_to_name_mapping = {
    2831             '11.0': 'Big Sur',
     2831            '11': 'Big Sur',
    28322832            '10.15': 'Catalina',
    28332833            '10.14': 'Mojave',
  • trunk/Tools/ChangeLog

    r271479 r271492  
     12021-01-14  Aakash Jain  <aakash_jain@apple.com>
     2
     3        EWS should correctly identify the OS for Big Sur dot releases
     4        https://bugs.webkit.org/show_bug.cgi?id=220622
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * CISupport/ews-build/steps.py:
     9        (PrintConfiguration.convert_build_to_os_name): Change 11.0 to 11 since we use startswith() for matching.
     10
    1112021-01-13  Tim Horton  <timothy_horton@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.