Title: [254335] trunk/Tools
Revision
254335
Author
[email protected]
Date
2020-01-10 04:46:27 -0800 (Fri, 10 Jan 2020)

Log Message

[Flatpak] Update IceCC to version 1.2
https://bugs.webkit.org/show_bug.cgi?id=206059

Reviewed by Philippe Normand.

Update IceCC/Icecream to version 1.2, which is the same version
currently shipped with Debian stable (Buster). This bump is needed
because IceCC 1.1 does not seem to interoperate with the scheduler
from newer versions and it is expected that people who run IceCC will
install IceCC in their build farm from distribution packages.

* flatpak/org.webkit.CommonModules.yaml: Bump IceCC version to 1.2,
add the Git commit-id for the release tag.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (254334 => 254335)


--- trunk/Tools/ChangeLog	2020-01-10 12:32:31 UTC (rev 254334)
+++ trunk/Tools/ChangeLog	2020-01-10 12:46:27 UTC (rev 254335)
@@ -1,3 +1,19 @@
+2020-01-10  Adrian Perez de Castro  <[email protected]>
+
+        [Flatpak] Update IceCC to version 1.2
+        https://bugs.webkit.org/show_bug.cgi?id=206059
+
+        Reviewed by Philippe Normand.
+
+        Update IceCC/Icecream to version 1.2, which is the same version
+        currently shipped with Debian stable (Buster). This bump is needed
+        because IceCC 1.1 does not seem to interoperate with the scheduler
+        from newer versions and it is expected that people who run IceCC will
+        install IceCC in their build farm from distribution packages.
+
+        * flatpak/org.webkit.CommonModules.yaml: Bump IceCC version to 1.2,
+        add the Git commit-id for the release tag.
+
 2020-01-10  Charlie Turner  <[email protected]>
 
         [EME][ClearKey] Refactor CDMClearKey::update()

Modified: trunk/Tools/flatpak/org.webkit.CommonModules.yaml (254334 => 254335)


--- trunk/Tools/flatpak/org.webkit.CommonModules.yaml	2020-01-10 12:32:31 UTC (rev 254334)
+++ trunk/Tools/flatpak/org.webkit.CommonModules.yaml	2020-01-10 12:46:27 UTC (rev 254335)
@@ -304,7 +304,8 @@
   sources:
     - type: git
       url: https://github.com/icecc/icecream
-      branch: "1.1"
+      tag: "1.2"
+      commit: e3d10a32bc6c046d8f3d1182e75c659d4b28ed49
   config-opts:
     - --without-man
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to