Title: [285354] trunk/Tools
Revision
285354
Author
[email protected]
Date
2021-11-05 15:00:52 -0700 (Fri, 05 Nov 2021)

Log Message

[Flatpak SDK] Print SDK version after update
https://bugs.webkit.org/show_bug.cgi?id=232725

Reviewed by Adrian Perez de Castro.

Print the actual installed version after the update step, even if
nothing was updated. This should help tracking the SDK versions across
builds on the bots.

* flatpak/flatpakutils.py:
(WebkitFlatpak.main):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285353 => 285354)


--- trunk/Tools/ChangeLog	2021-11-05 20:32:47 UTC (rev 285353)
+++ trunk/Tools/ChangeLog	2021-11-05 22:00:52 UTC (rev 285354)
@@ -1,3 +1,17 @@
+2021-11-05  Lauro Moura  <[email protected]>
+
+        [Flatpak SDK] Print SDK version after update
+        https://bugs.webkit.org/show_bug.cgi?id=232725
+
+        Reviewed by Adrian Perez de Castro.
+
+        Print the actual installed version after the update step, even if
+        nothing was updated. This should help tracking the SDK versions across
+        builds on the bots.
+
+        * flatpak/flatpakutils.py:
+        (WebkitFlatpak.main):
+
 2021-11-05  Ryan Haddad  <[email protected]>
 
         Bring up queues for Monterey

Modified: trunk/Tools/flatpak/flatpakutils.py (285353 => 285354)


--- trunk/Tools/flatpak/flatpakutils.py	2021-11-05 20:32:47 UTC (rev 285353)
+++ trunk/Tools/flatpak/flatpakutils.py	2021-11-05 22:00:52 UTC (rev 285354)
@@ -1034,6 +1034,8 @@
                     package.install()
                     regenerate_toolchains = True
 
+            print("SDK version: {}".format(self.sdk_repo.version("org.webkit.Sdk")))
+
         else:
             regenerate_toolchains = self.regenerate_toolchains
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to