Beispiel #1
0
def vendor_install(conf, dest, source, *args, **opts):
    vendor = Vendor(conf)
    vendor.install(dest, source, *args, **opts)
Beispiel #2
0
def vendor_install(conf, dest, source, *args, **opts):
    vendor = Vendor(conf)
    vendor.install(dest, source, *args, **opts)
Beispiel #3
0
def vendor_update(conf, dest, name=None, *args, **opts):
    vendor = Vendor(conf)
    vendor.update(dest, name, *args, **opts)
Beispiel #4
0
def vendor_update(conf, dest, name=None, *args, **opts):
    vendor = Vendor(conf)
    vendor.update(dest, name, *args, **opts)