Exemplo n.º 1
0
def register_all():
    register_bootstrapper(Distro.WINDOWS, WindowsBootstrapper)
Exemplo n.º 2
0
def register_all():
    register_bootstrapper(Distro.ANDROID, AndroidBootstrapper)
Exemplo n.º 3
0
def register_all():
    register_bootstrapper(Distro.WINDOWS, WindowsBootstrapper)
Exemplo n.º 4
0
def register_all():
    register_bootstrapper(Distro.ANDROID, AndroidBootstrapper)
Exemplo n.º 5
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
    register_bootstrapper(Distro.ARCH, ArchBootstrapper,
                          DistroVersion.ARCH_ROLLING)
    register_bootstrapper(Distro.GENTOO, GentooBootstrapper,
                          DistroVersion.GENTOO_VERSION)
    register_bootstrapper(Distro.NONE, NoneBootstrapper)
Exemplo n.º 6
0
def register_all():
    register_bootstrapper(Distro.IOS, IOSBootstrapper)
Exemplo n.º 7
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
    register_bootstrapper(Distro.ARCH, ArchBootstrapper, DistroVersion.ARCH_ROLLING)
Exemplo n.º 8
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
Exemplo n.º 9
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
    register_bootstrapper(Distro.ARCH, ArchBootstrapper,
                          DistroVersion.ARCH_ROLLING)
Exemplo n.º 10
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
    register_bootstrapper(Distro.ARCH, ArchBootstrapper, DistroVersion.ARCH_ROLLING)
    register_bootstrapper(Distro.GENTOO, GentooBootstrapper, DistroVersion.GENTOO_VERSION)
    register_bootstrapper(Distro.NONE, NoneBootstrapper)
Exemplo n.º 11
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
Exemplo n.º 12
0
def register_all():
    register_bootstrapper(Distro.OS_X, OSXBootstrapper)
Exemplo n.º 13
0
def register_all():
    register_bootstrapper(Distro.OS_X, OSXBootstrapper)
Exemplo n.º 14
0
def register_all():
    register_bootstrapper(Distro.IOS, IOSBootstrapper)