788 Commits (5bdc2e1ba9c5f8d416d1d2bbf0d3bc393dec63d0)

Author SHA1 Message Date
Nico Schottelius 5bdc2e1ba9 add link to cdist speeches 10 years ago
Nico Schottelius 5712df850b build type manpages using the Makefile 10 years ago
Nico Schottelius 9cde0d9d94 continue rewrite of build-helper 10 years ago
Nico Schottelius e569e0546a adjust build helper to jump into the right directory 10 years ago
Nico Schottelius 5fb66cd314 move build-helper into bin/ 10 years ago
Nico Schottelius 0cf0cdd0c3 keep version generating in build-helper, so people cloning from git don't need make 10 years ago
Nico Schottelius 6e107fa92c Export PYTHONPATH so it's available for the emulator 11 years ago
Nico Schottelius 10b6c31ac8 Rename cdist.py to scripts/cdist to avoid self import 11 years ago
Nico Schottelius 3cf59fdf9a always use dynamic version - on shipping included generated version 11 years ago
Nico Schottelius 91c1374657 begin restructering for python package 11 years ago
Nico Schottelius 5315c41903 Revert "do nothing by default and prevent traceback" 11 years ago
Nico Schottelius 8a8192d3d3 Revert "enable what I've committed just before" 11 years ago
Nico Schottelius 840dbc5fc2 enable what I've committed just before 11 years ago
Nico Schottelius b7a8a84bfc do nothing by default and prevent traceback 11 years ago
Steven Armstrong 4b33177d54 remove install command for now 11 years ago
Steven Armstrong f795b83c8e prevent a hen/egg problem when handling unsupported python versions 11 years ago
Nico Schottelius 108283bbeb add default values in argparse 11 years ago
Nico Schottelius c7fbdc8195 add --remote-exec and --remote-copy to command line args 11 years ago
Nico Schottelius dc355e7aa2 be consistent - log parsing is easy 11 years ago
Nico Schottelius eef408c1b3 record failing host and continue 11 years ago
Nico Schottelius 5001e9cbe7 prevent tracebacks in tempfile code/initial manifest from stdin 11 years ago
Nico Schottelius 58a88ca5bd remove useless try: block that was needed to find out how multiprocess /sigint behaviour works 11 years ago
Nico Schottelius 531ad2966f in fork() do sys.exit() so parent knows about failures 11 years ago
Nico Schottelius d3b9aa6769 begin support for sensible exit codes of cdist 11 years ago
Nico Schottelius 5e20ba5a13 ++logs, +import sys at top level 11 years ago
Nico Schottelius aa81486fe9 sys.exit() in try 11 years ago
Nico Schottelius 81660b5d64 explicitly require python 3.2 on source host 11 years ago
Steven Armstrong b38262f858 implement reading initial manifest from stdin 12 years ago
Nico Schottelius 0e7c532870 add new state code, begin to detect circular dependencies 12 years ago
Nico Schottelius ba6371c584 fix import error... stupid one 12 years ago
Nico Schottelius b7fdfb12e6 cleanups 12 years ago
Nico Schottelius 8b9e6780b8 no need for a constant that's used two lines below 12 years ago
Nico Schottelius 0344796d31 restructure imports 12 years ago
Nico Schottelius e3f3c48b22 wrap the whole program in the try...except KeyboardInterrupt block 12 years ago
Nico Schottelius dbdf036787 do not need to use terminate()/SIGTERM 12 years ago
Nico Schottelius 1d1bff88b7 just as a marker: return false, so in theory even multiprocess noticed that we did something stuped 12 years ago
Nico Schottelius a587975a99 catch keyboardirq in parallel mode, so it's not raised into multiprocess 12 years ago
Nico Schottelius 7b770b7b35 correctly report pid when killing subprocess 12 years ago
Nico Schottelius 84e102eb29 also report failed hosts in sequential mode, terminate processes on interrupt, continue deploy even if one or more hosts failed 12 years ago
Nico Schottelius e8a81551f8 implement error reporting for failed hosts at the end 12 years ago
Nico Schottelius 15ae422cb2 catch cdist errors in emulator or config install, not in main, because catching there does not work in multiprocess env 12 years ago
Nico Schottelius 72687b5aeb create new method to encapsulate configinstall run of one host 12 years ago
Nico Schottelius 92de3d2f10 need cdist module for various constens 12 years ago
Nico Schottelius e002710c4c rewrite emulator to class based approach for better logging 12 years ago
Steven Armstrong e2e2ddb33b add missing import 12 years ago
Steven Armstrong f1ff8d2f61 -todo 12 years ago
Nico Schottelius 94a5558f3f ++todo in bin/cdist 12 years ago
Nico Schottelius 2ec3753d94 cleanup context in main 12 years ago
Nico Schottelius 29bb5f383c use context in cdist/bin 12 years ago
Nico Schottelius 4c29d9839b configure logger based on hostname 12 years ago