Changeset 271492 in webkit
- Timestamp:
- Jan 14, 2021, 10:30:57 AM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
CISupport/ews-build/steps.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/ews-build/steps.py
r270538 r271492 2829 2829 2830 2830 build_to_name_mapping = { 2831 '11 .0': 'Big Sur',2831 '11': 'Big Sur', 2832 2832 '10.15': 'Catalina', 2833 2833 '10.14': 'Mojave', -
trunk/Tools/ChangeLog
r271479 r271492 1 2021-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 1 11 2021-01-13 Tim Horton <timothy_horton@apple.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.