summaryrefslogtreecommitdiff
path: root/libre/iceweasel/process-json-files.py
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2023-12-20 21:40:30 +0100
committerbill-auger <mr.j.spam.me@gmail.com>2023-12-23 00:43:20 -0500
commitd0d77f2d072f0aa57569bbb9ac9c1bd6d94c5834 (patch)
tree23638a9c32f800d38287ddd549f1a389d200cd77 /libre/iceweasel/process-json-files.py
parent6d1ec26c327eefee6a444a3c55c815a20e699d4b (diff)
libre/iceweasel: 121.0.parabola1
Usual updates according to upstream changes. search-config-v2.json needs to be patched later, it seems to be unused currently. So just skip it in patch-json-files.py for now.
Diffstat (limited to 'libre/iceweasel/process-json-files.py')
-rw-r--r--libre/iceweasel/process-json-files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel/process-json-files.py b/libre/iceweasel/process-json-files.py
index a2fd0e95c..57e54d4b5 100644
--- a/libre/iceweasel/process-json-files.py
+++ b/libre/iceweasel/process-json-files.py
@@ -136,7 +136,7 @@ class Changes(RemoteSettings):
changes = []
for collection in unwrapped_jsons:
- if collection.path != RemoteSettings.DUMPS_PATH_ABSOLUTE / 'main/example.json':
+ if collection.path not in (RemoteSettings.DUMPS_PATH_ABSOLUTE / 'main/example.json', RemoteSettings.DUMPS_PATH_ABSOLUTE / 'main/search-config-v2.json'):
latest_change = {}
latest_change[cls._LAST_MODIFIED_KEY_NAME] = cls.get_collection_timestamp(
collection)