firefox: update process-json-files.py and remove default google calls

This commit is contained in:
Luis Guzmán 2023-12-27 13:48:11 +00:00
parent c1aae639c8
commit b39bb0765a
3 changed files with 6 additions and 12 deletions

View file

@ -132,7 +132,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)