Changeset 236269 in webkit


Ignore:
Timestamp:
Sep 20, 2018 10:59:25 AM (6 years ago)
Author:
Michael Catanzaro
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r236263 r236269  
     12018-09-20  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, remove accidentally-committed debugging changes from flatpakutils script
     4
     5        Aaaaaah maybe this is why changes are supposed to be reviewed.
     6
     7        * flatpak/flatpakutils.py:
     8        (WebkitFlatpak.clean_args):
     9
    1102018-09-20  Michael Catanzaro  <mcatanzaro@igalia.com>
    211
  • trunk/Tools/flatpak/flatpakutils.py

    r236263 r236269  
    626626        self.runtime = FlatpakPackage("org.gnome.Platform", self.sdk_branch,
    627627                                      self.sdk_repo, "x86_64",
    628                                       #hash=manifest.get("runtime-hash"),
     628                                      hash=manifest.get("runtime-hash"),
    629629                                      assumeyes=self.assumeyes)
    630630        self.locale = FlatpakPackage("org.gnome.Platform.Locale",
     
    633633        self.sdk = FlatpakPackage("org.gnome.Sdk", self.sdk_branch,
    634634                                  self.sdk_repo, "x86_64",
    635                                   #hash=manifest.get("sdk-hash"),
     635                                  hash=manifest.get("sdk-hash"),
    636636                                  assumeyes=self.assumeyes)
    637637        self.packs = [self.runtime, self.locale, self.sdk]
Note: See TracChangeset for help on using the changeset viewer.