зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664058: Bootstrap should prompt for telemetry r=firefox-build-system-reviewers,rstewart
Bootstrap should always prompt to opt into telemetry if it hasn't been opted in/out yet. Differential Revision: https://phabricator.services.mozilla.com/D89678
This commit is contained in:
Родитель
af9303f2de
Коммит
c3ed90120c
|
@ -404,6 +404,7 @@ class Bootstrapper(object):
|
|||
self.instance.which('git-cinnabar'),
|
||||
state_dir, checkout_root)
|
||||
|
||||
self.check_telemetry_opt_in(state_dir)
|
||||
self.maybe_install_private_packages_or_exit(state_dir, checkout_root)
|
||||
|
||||
print(FINISHED % name)
|
||||
|
|
Загрузка…
Ссылка в новой задаче