cwctl.py
changeset 5508 6718ba5db0eb
parent 5442 3ed8afbbdf70
parent 5498 eab5540d96eb
child 5627 a7e40cccdc9b
equal deleted inserted replaced
5493:c323ff08ad35 5508:6718ba5db0eb
   283                     if version:
   283                     if version:
   284                         print ' version', version,
   284                         print ' version', version,
   285                     print 'is not installed, but required by %s' % ' '.join(cfgpb.reverse_constraints[cube])
   285                     print 'is not installed, but required by %s' % ' '.join(cfgpb.reverse_constraints[cube])
   286                 else:
   286                 else:
   287                     print '* cube %s version %s is installed, but version %s is required by (%s)' % (
   287                     print '* cube %s version %s is installed, but version %s is required by (%s)' % (
   288                         cube, cfgpb.cubes[cube].version, version, ', '.join(cfgpb.reverse_constraints[cube]))
   288                         cube, cfgpb.cubes[cube], version, ', '.join(cfgpb.reverse_constraints[cube]))
   289 
   289 
   290 class CreateInstanceCommand(Command):
   290 class CreateInstanceCommand(Command):
   291     """Create an instance from a cube. This is an unified
   291     """Create an instance from a cube. This is an unified
   292     command which can handle web / server / all-in-one installation
   292     command which can handle web / server / all-in-one installation
   293     according to available parts of the software library and of the
   293     according to available parts of the software library and of the