Commit Graph

50 Commits (cae332dcf8fe157ba4d3565d33cdebe7f39a14c3)

Author SHA1 Message Date
Steven Armstrong 68f66af21a implement: accept parameters with dashes 13 years ago
Steven Armstrong d0123acc2a implement singleton as requirement 13 years ago
Steven Armstrong c58ec7e4ef prevent circular dependencies 13 years ago
Steven Armstrong 7d0238682b implement autorequire in emulator 13 years ago
Steven Armstrong 8f306a7484 /__debug/__cdist_debug/ 13 years ago
Steven Armstrong 2246b7496b fails if requirement has illegal object_id 13 years ago
Nico Schottelius 7bb81e2f18 Whitespace does not not weigh anything - remove - sed -i 's/ *$//g' *py */*py 13 years ago
Steven Armstrong e9a0aa1863 fail if requirements type does not exist 13 years ago
Nico Schottelius 03ea7787d2 +self 13 years ago
Nico Schottelius 3c31b4f9a3 and finally also adjust the requirement itself 13 years ago
Nico Schottelius 5a72223ae3 strip away / in emulator in requirements 13 years ago
Nico Schottelius ee1c568c7b almost finish correct requirement loading, but need sleep 13 years ago
Nico Schottelius 0dd38f75c2 remove leading / from object_id of requirement 13 years ago
Nico Schottelius a7a3ee6f19 adjust prefix 13 years ago
Nico Schottelius e002710c4c rewrite emulator to class based approach for better logging 13 years ago
Steven Armstrong d83de25774 Stripp leading slash from requirements object_id 13 years ago
Steven Armstrong 1e622f9128 raise IllegalRequirementError if requirements object_id starts with a / 13 years ago
Steven Armstrong 1c84e423d1 include type name in error message 13 years ago
Steven Armstrong f285d9e64e emulator: fail if object_id of requirement starts with slash 13 years ago
Steven Armstrong bcde8683af rewrite emulator to use Type and Object classes 13 years ago
Nico Schottelius 72a2543470 introduce install support in emulator 13 years ago
Nico Schottelius 94cca2e537 prepend hostname in emulator as well 13 years ago
Nico Schottelius c6e8f163f5 use variable require, not __require for defining 13 years ago
Nico Schottelius e8c9b10227 also use path in emulator 13 years ago
Nico Schottelius 03f5e1b456 fix emulator and cdist module 13 years ago
Nico Schottelius 149a605b16 use more path, move type -> cdist_type 13 years ago
Nico Schottelius 2aa0a316e6 use _path not _dir in emulator 13 years ago
Thomas Reifenberger 9045b30136 fix multiple requirements 13 years ago
Nico Schottelius ca5361afc1 remote cdist.path, use base_dir 13 years ago
Nico Schottelius b936fea3e5 link to emulator in config_install and remove it from emulator 13 years ago
Nico Schottelius e26f612012 move file_to_list to cdist 13 years ago
Nico Schottelius 9b5b94577f add debug 13 years ago
Nico Schottelius ae9eba80a9 use require, not __require in emulator 13 years ago
Nico Schottelius b52939ccfe only debug if __debug is setup 13 years ago
Nico Schottelius ae7887f775 ++changes 13 years ago
Nico Schottelius a165585699 pass __debug to manifest 13 years ago
Nico Schottelius 272b8722c1 fix output, compare string with string not string with list 13 years ago
Nico Schottelius 0913bb21dd use raise instead of sys.exit in emulator 13 years ago
Nico Schottelius 9d582ae24f rename emulator to run 13 years ago
Nico Schottelius 6f1a13b531 move emulator link to emulator module and make source variable (exec_path) 13 years ago
Nico Schottelius 2c0a7adf74 replace CdistError with cdist.Error 13 years ago
Nico Schottelius df84480fcc BUGFIX: emulator compared parameter with value 13 years ago
Nico Schottelius fc1e0d9f1f remove exec bits from copying 13 years ago
Nico Schottelius 74dc5b96cb type emulator begins to run 13 years ago
Nico Schottelius 6d75016139 make type emulator load again 13 years ago