зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1701576 - Improve openSUSE detection during bootstrap r=glandium,mhentges DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D110059
This commit is contained in:
Родитель
4f32ce5b6c
Коммит
831c355e81
|
@ -242,7 +242,7 @@ class Bootstrapper(object):
|
|||
cls = ArchlinuxBootstrapper
|
||||
elif dist_id in ("void"):
|
||||
cls = VoidBootstrapper
|
||||
elif os.path.exists("/etc/SUSE-brand"):
|
||||
elif dist_id in ("opensuse", "opensuse-tumbleweed", "suse"):
|
||||
cls = OpenSUSEBootstrapper
|
||||
else:
|
||||
raise NotImplementedError(
|
||||
|
|
Загрузка…
Ссылка в новой задаче