Exemple #1
0
def register_all():
    register_bootstrapper(Distro.WINDOWS, WindowsBootstrapper)
Exemple #2
0
def register_all():
    register_bootstrapper(Distro.ANDROID, AndroidBootstrapper)
Exemple #3
0
def register_all():
    register_bootstrapper(Distro.WINDOWS, WindowsBootstrapper)
Exemple #4
0
def register_all():
    register_bootstrapper(Distro.ANDROID, AndroidBootstrapper)
Exemple #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)
Exemple #6
0
def register_all():
    register_bootstrapper(Distro.IOS, IOSBootstrapper)
Exemple #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)
Exemple #8
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
Exemple #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)
Exemple #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)
Exemple #11
0
def register_all():
    register_bootstrapper(Distro.DEBIAN, DebianBootstrapper)
    register_bootstrapper(Distro.REDHAT, RedHatBootstrapper)
    register_bootstrapper(Distro.SUSE, OpenSuseBootstrapper)
Exemple #12
0
def register_all():
    register_bootstrapper(Distro.OS_X, OSXBootstrapper)
Exemple #13
0
def register_all():
    register_bootstrapper(Distro.OS_X, OSXBootstrapper)
Exemple #14
0
def register_all():
    register_bootstrapper(Distro.IOS, IOSBootstrapper)