Title: [236269] trunk/Tools
- Revision
- 236269
- Author
- [email protected]
- Date
- 2018-09-20 10:59:25 -0700 (Thu, 20 Sep 2018)
Log Message
Unreviewed, remove accidentally-committed debugging changes from flatpakutils script
Aaaaaah maybe this is why changes are supposed to be reviewed.
* flatpak/flatpakutils.py:
(WebkitFlatpak.clean_args):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (236268 => 236269)
--- trunk/Tools/ChangeLog 2018-09-20 17:54:21 UTC (rev 236268)
+++ trunk/Tools/ChangeLog 2018-09-20 17:59:25 UTC (rev 236269)
@@ -1,5 +1,14 @@
2018-09-20 Michael Catanzaro <[email protected]>
+ Unreviewed, remove accidentally-committed debugging changes from flatpakutils script
+
+ Aaaaaah maybe this is why changes are supposed to be reviewed.
+
+ * flatpak/flatpakutils.py:
+ (WebkitFlatpak.clean_args):
+
+2018-09-20 Michael Catanzaro <[email protected]>
+
Unreviewed, manually rollout our switch to master runtime
Phil wants html5-codecs, which aren't available yet here. Let's switch back to 3.28 in the
Modified: trunk/Tools/flatpak/flatpakutils.py (236268 => 236269)
--- trunk/Tools/flatpak/flatpakutils.py 2018-09-20 17:54:21 UTC (rev 236268)
+++ trunk/Tools/flatpak/flatpakutils.py 2018-09-20 17:59:25 UTC (rev 236269)
@@ -625,7 +625,7 @@
self.finish_args = remove_extension_points(self.finish_args)
self.runtime = FlatpakPackage("org.gnome.Platform", self.sdk_branch,
self.sdk_repo, "x86_64",
- #hash=manifest.get("runtime-hash"),
+ hash=manifest.get("runtime-hash"),
assumeyes=self.assumeyes)
self.locale = FlatpakPackage("org.gnome.Platform.Locale",
self.sdk_branch, self.sdk_repo, "x86_64",
@@ -632,7 +632,7 @@
assumeyes=self.assumeyes)
self.sdk = FlatpakPackage("org.gnome.Sdk", self.sdk_branch,
self.sdk_repo, "x86_64",
- #hash=manifest.get("sdk-hash"),
+ hash=manifest.get("sdk-hash"),
assumeyes=self.assumeyes)
self.packs = [self.runtime, self.locale, self.sdk]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes