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
0816ea2ed6
[molecule.specs] always make sure to kill processes running inside chroots if failing
2011-07-21 13:56:03 +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
01c6023a64
[molecule.specs.plugins] handle improper usage of merge_livecd_root and report to user
2010-12-10 13:56:23 +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
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
ef6b56e077
[molecule.plugins] safely using mkstemp()
2010-08-08 15:21:02 +02:00
Fabio Erculiani
c8b646416b
[molecule.specs.plugins] always return int from GenericExecutionStep.setup()
2010-08-08 15:09:12 +02:00
Fabio Erculiani
9bae550d92
[molecule.specs.builtin_plugin] trivial comment update
2010-07-23 11:11:37 +02:00
Fabio Erculiani
fd49d15dd2
[molecule.specs.plugins] BuiltinHandlerMixin._exec_inner_script: rework in-chroot exec files handling
2010-07-23 10:41:03 +02:00
Fabio Erculiani
3fb7e1f40d
[molecule] improve Python 3.x support
2010-06-29 10:37:28 +02:00
Fabio Erculiani
7fa07e0c7a
Revert "[molecule] builtin_plugin: use shlex when calling mkisofs"
...
This reverts commit 63515f0f52 .
2010-06-17 18:56:04 +02:00
Fabio Erculiani
9737475848
Revert "[molecule.specs.plugins] builtin_plugin: fix shlex usage"
...
This reverts commit 334b64f8b2 .
2010-06-17 18:55:54 +02:00
Fabio Erculiani
be2dbfc24e
[molecule.specs.plugins] builtin_plugin: fix shlex usage
2010-06-17 18:51:47 +02:00
Fabio Erculiani
b69ca784a1
[molecule.plugins] set ISO_PATH and ISO_CHECKSUM_PATH env vars before calling pre_iso_script
2010-06-17 18:18:23 +02:00
Fabio Erculiani
ddb0d895a7
[molecule] add post_iso_script hook support
2010-06-05 12:04:23 +02:00
Fabio Erculiani
de3adb9ab6
[molecule] builtin_plugin: use shlex when calling mkisofs
2010-06-03 20:42:44 +02:00
Fabio Erculiani
6e222234fc
[molecule] implement real Molecule Plugin Factory and use it
2010-05-16 17:33:04 +02:00