diff options
author | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:54:49 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:54:49 -0400 |
commit | 0a9e525911bb43257f041d6d21d4789dd30152b2 (patch) | |
tree | 4fddd224263cc4312d15c0875f119cb161da30cb /data/patches/disable-settings-services.patch | |
parent | c33290316ff738f5d92f8c3755ce1a220e623900 (diff) |
Updated build scripts to match upstream changes
Diffstat (limited to 'data/patches/disable-settings-services.patch')
-rw-r--r-- | data/patches/disable-settings-services.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/patches/disable-settings-services.patch b/data/patches/disable-settings-services.patch deleted file mode 100644 index a79d0e4..0000000 --- a/data/patches/disable-settings-services.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/services/settings/Utils.jsm.orig 2021-08-17 16:32:27.475448626 -0400 -+++ b/services/settings/Utils.jsm 2021-08-17 16:32:40.859457980 -0400 -@@ -60,12 +60,7 @@ - ); - const isXpcshell = env.exists("XPCSHELL_TEST_PROFILE_DIR"); - const isNotThunderbird = AppConstants.MOZ_APP_NAME != "thunderbird"; -- return AppConstants.RELEASE_OR_BETA && -- !Cu.isInAutomation && -- !isXpcshell && -- isNotThunderbird -- ? "https://firefox.settings.services.mozilla.com/v1" -- : gServerURL; -+ return gServerURL; - }, - - CHANGES_PATH: "/buckets/monitor/collections/changes/changeset", |