Fabio Erculiani
7081598073
[molecule] rewrite molecule.utils.exec_cmd() to not use shell=True
...
The following changes were required code-wide:
- use shlex.split() to split commands read from spec files
- use glob.glob() where required
- write command splitter function and make use of it instead of
simple string splitter
2011-09-04 11:52:02 +02:00
Fabio Erculiani
4418e0765a
[molecule*] beautify output, make molecule.settings contain only utf strings
2010-12-18 16:07:05 +01:00
Fabio Erculiani
5325a75d2e
[molecule.specs.plugins] also parse execution_strategy, avoid it getting pulled in in other parameters
2010-10-15 12:27:51 +02:00
Fabio Erculiani
d2cb8a7be9
[molecule.specs.plugins] TarHandler: always cleanup chroot temp directory
2010-08-26 21:24:00 +02:00
Fabio Erculiani
f18893b852
[molecule.specs] improve hooks execution reliability, do not taint application environment with hooks specific stuff
2010-08-08 16:11:44 +02:00
Fabio Erculiani
c8b646416b
[molecule.specs.plugins] always return int from GenericExecutionStep.setup()
2010-08-08 15:09:12 +02:00
Fabio Erculiani
e4601724cc
[molecule.specs.plugins.tar_plugin] add "pre_tar_script" and "post_tar_script" parameters support (see example)
2010-07-23 11:11:56 +02:00
Fabio Erculiani
e2da495fb9
[molecule.specs.plugins.tar_plugin] generate .md5 for created tar file
2010-07-21 01:55:46 +02:00
Fabio Erculiani
00ea5c1fcd
[molecule.specs.plugins.tar_plugin] add inner_chroot_script_after support
2010-07-21 01:53:01 +02:00
Fabio Erculiani
398818f581
[molecule.specs.plugins.tar_plugin] make "tar_name" parameter working, remove unused "merge_livecd_root"
2010-07-15 16:50:28 +02:00
Fabio Erculiani
d75106bdb2
[molecule.plugins] in remaster_plugin, tar_plugin add support for release_version, release_desc, release_string, release_file metadata
2010-07-12 09:51:15 +02:00
Fabio Erculiani
3fb7e1f40d
[molecule] improve Python 3.x support
2010-06-29 10:37:28 +02:00
Fabio Erculiani
6e222234fc
[molecule] implement real Molecule Plugin Factory and use it
2010-05-16 17:33:04 +02:00