Title: [271492] trunk/Tools
- Revision
- 271492
- Author
- aakash_j...@apple.com
- Date
- 2021-01-14 10:30:57 -0800 (Thu, 14 Jan 2021)
Log 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.
Modified Paths
Diff
Modified: trunk/Tools/CISupport/ews-build/steps.py (271491 => 271492)
--- trunk/Tools/CISupport/ews-build/steps.py 2021-01-14 18:15:50 UTC (rev 271491)
+++ trunk/Tools/CISupport/ews-build/steps.py 2021-01-14 18:30:57 UTC (rev 271492)
@@ -2828,7 +2828,7 @@
return 'Unknown'
build_to_name_mapping = {
- '11.0': 'Big Sur',
+ '11': 'Big Sur',
'10.15': 'Catalina',
'10.14': 'Mojave',
'10.13': 'High Sierra',
Modified: trunk/Tools/ChangeLog (271491 => 271492)
--- trunk/Tools/ChangeLog 2021-01-14 18:15:50 UTC (rev 271491)
+++ trunk/Tools/ChangeLog 2021-01-14 18:30:57 UTC (rev 271492)
@@ -1,3 +1,13 @@
+2021-01-14 Aakash Jain <aakash_j...@apple.com>
+
+ 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.
+
2021-01-13 Tim Horton <timothy_hor...@apple.com>
REGRESSION (r266634): Messages crashes sometimes while scrolling around and playing YouTube videos
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes