зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1882322 - Prevent macOS channel frameworks from being in precomplete file r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D203054
This commit is contained in:
Родитель
d79969cac4
Коммит
acf0a2f044
|
@ -24,7 +24,11 @@ def get_build_entries(root_path):
|
|||
if not (
|
||||
rel_path_file.endswith("channel-prefs.js")
|
||||
or rel_path_file.endswith("update-settings.ini")
|
||||
or rel_path_file.find("distribution/") != -1
|
||||
or "/ChannelPrefs.framework/" in rel_path_file
|
||||
or rel_path_file.startswith("ChannelPrefs.framework/")
|
||||
or "/UpdateSettings.framework/" in rel_path_file
|
||||
or rel_path_file.startswith("UpdateSettings.framework/")
|
||||
or "distribution/" in rel_path_file
|
||||
):
|
||||
rel_file_path_set.add(rel_path_file)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче