зеркало из https://github.com/mozilla/gecko-dev.git
No bug: [mozharness] Stop removing `mach_build_properties.json`; r=nthomas
The file is not referenced anywhere else in tree. Differential Revision: https://phabricator.services.mozilla.com/D61611 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
dd145871f7
Коммит
f2a6e3de22
|
@ -754,13 +754,6 @@ items from that key's value."
|
|||
self._run_tooltool()
|
||||
self._create_mozbuild_dir()
|
||||
self._ensure_upload_path()
|
||||
mach_props = os.path.join(
|
||||
self.query_abs_dirs()['abs_obj_dir'],
|
||||
'dist',
|
||||
'mach_build_properties.json')
|
||||
if os.path.exists(mach_props):
|
||||
self.info("Removing previous mach property file: %s" % mach_props)
|
||||
self.rmtree(mach_props)
|
||||
|
||||
def build(self):
|
||||
"""builds application."""
|
||||
|
|
Загрузка…
Ссылка в новой задаче