Commit Graph

77 Commits (f9f874deed99b3ed7fe3488dc65d29f67e33e620)

Author SHA1 Message Date
Nico Schottelius e56bbfea9a less verbose output in default case 13 years ago
Nico Schottelius 34ae8c2926 make code execution happen in the end 13 years ago
Nico Schottelius 4e4d648593 fchmod() does not work on object returned by open(), so use chmod 13 years ago
Nico Schottelius 30a52cab0f begin to save code and make it executable 13 years ago
Nico Schottelius c78ce344e7 remove debug by default, switch to infolevel and verify -d works 13 years ago
Nico Schottelius 5702706adf fix not so obvious tuple/str error (trailing comma from c&p) 13 years ago
Nico Schottelius c9c808a732 cleanp 13 years ago
Nico Schottelius c147c74e1e begin to redo object_run() 13 years ago
Nico Schottelius 151022ffd1 support file transfer and begin support for non root logins 13 years ago
Nico Schottelius ca58841696 Broken code - it's too hot 13 years ago
Nico Schottelius 636995f44e add some meat to object_run() 13 years ago
Nico Schottelius c516d8359e support __object_* in run_type_explorer() 13 years ago
Nico Schottelius 4a5100692a add helper methods to get paths from code/gencode 13 years ago
Nico Schottelius 74c280911b begin run_object_gencode() and import missing FIXME bits deploy_to() 13 years ago
Nico Schottelius 4e2e731374 execute the correct manifest for objects 13 years ago
Nico Schottelius 7eb418c3ab correct env for the various stages 13 years ago
Nico Schottelius 8dff399c96 reloop until no new objects are created anyomer 13 years ago
Nico Schottelius 232618a675 make manifest run more generic 13 years ago
Nico Schottelius 99268591c2 make more use of run_or_fail 13 years ago
Nico Schottelius 14ac0e3ad1 introduce remote_mkdir() 13 years ago
Nico Schottelius db2562303a in theory transfer the object parameters 13 years ago
Nico Schottelius 722339f3e1 support getting paths of objects and their parameters 13 years ago
Nico Schottelius 6d5a53b7ad fixup list bug by creating a new one 13 years ago
Nico Schottelius 2c15069d96 make remote_cmd a new list 13 years ago
Nico Schottelius f21ce6a0db commit broken code 13 years ago
Nico Schottelius 20aafe62f5 make use of remote=True flag 13 years ago
Nico Schottelius c1ad93bccc extend run_or_fail to include remote exec 13 years ago
Nico Schottelius b2d1d1bee7 begin to modify tuple (bad idea) 13 years ago
Nico Schottelius 894c39cd21 store results of type explorer 13 years ago
Nico Schottelius 8889e4a5b0 prepare saving output of type explorers 13 years ago
Nico Schottelius cbdb5cd05d fixup type explorer run 13 years ago
Nico Schottelius 7e8362eeed allow zero hosts to be specified, fixup exit_error 13 years ago
Nico Schottelius ab0cd9430f add support for the banner :-) 13 years ago
Nico Schottelius f31f33418f begin to actually prepare the object/type explorers 13 years ago
Nico Schottelius 97ac276433 implement transfer of type explorers 13 years ago
Nico Schottelius 4d765a7024 begin type explorer transfer 13 years ago
Nico Schottelius 03e2db83cd implement list of objects 13 years ago
Nico Schottelius 0f36ddd649 support object dir 13 years ago
Nico Schottelius dbbbf822fe make cdist-type-emulator work 13 years ago
Nico Schottelius 9ce26e5817 include cdist-type-emulator into path again 13 years ago
Nico Schottelius d6db6d0c7e begin move of cdist-type-emulator to lib/ and submit initial_manifest to cdist 13 years ago
Nico Schottelius 97f7513f6e -old fixme 13 years ago
Nico Schottelius 2c2a234c74 use sh -e instead of shipped shell=true (see included comment) 13 years ago
Nico Schottelius 4fd8a16e6c use *args not args :-) 13 years ago
Nico Schottelius 1a96f88656 name variable target_host for consistency and easy handling 13 years ago
Nico Schottelius c8ce7e98ec use -e to shell 13 years ago
Nico Schottelius 1d367d5f58 make cdist localhost work again 13 years ago
Nico Schottelius 979174a568 integrate parser 13 years ago
Nico Schottelius c5d960438c import parser from steven 13 years ago
Nico Schottelius 9533e579b3 finish run of initial manifest, finish shell_run_or_debug_fail() 13 years ago