Fabio Erculiani
4034acf6a3
[molecule/builtin] improve rsync usage in execution_strategy="livecd" code
2012-09-05 13:53:43 +02:00
Fabio Erculiani
bba60f30c2
[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
91cbe7bd6f
[molecule.specs] always make sure to kill processes running inside chroots if failing
2011-07-21 13:56:03 +02:00
Fabio Erculiani
426f264213
[molecule*] beautify output, make molecule.settings contain only utf strings
2010-12-18 16:07:05 +01:00
Fabio Erculiani
9999f2b0f0
[molecule.specs.plugins] handle improper usage of merge_livecd_root and report to user
2010-12-10 13:56:23 +01:00
Fabio Erculiani
a7e14b230f
[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
8a84fb62d4
[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
1ceb5b7be9
[molecule.plugins] safely using mkstemp()
2010-08-08 15:21:02 +02:00
Fabio Erculiani
87c475aadd
[molecule.specs.plugins] always return int from GenericExecutionStep.setup()
2010-08-08 15:09:12 +02:00
Fabio Erculiani
d5739d7f61
[molecule.specs.builtin_plugin] trivial comment update
2010-07-23 11:11:37 +02:00
Fabio Erculiani
39bbd73d32
[molecule.specs.plugins] BuiltinHandlerMixin._exec_inner_script: rework in-chroot exec files handling
2010-07-23 10:41:03 +02:00
Fabio Erculiani
7e8f080ec5
[molecule] improve Python 3.x support
2010-06-29 10:37:28 +02:00
Fabio Erculiani
0e7d9d67b4
Revert "[molecule] builtin_plugin: use shlex when calling mkisofs"
...
This reverts commit 63515f0f52 .
2010-06-17 18:56:04 +02:00
Fabio Erculiani
d7ca87485f
Revert "[molecule.specs.plugins] builtin_plugin: fix shlex usage"
...
This reverts commit 334b64f8b2 .
2010-06-17 18:55:54 +02:00
Fabio Erculiani
334b64f8b2
[molecule.specs.plugins] builtin_plugin: fix shlex usage
2010-06-17 18:51:47 +02:00
Fabio Erculiani
674506d0da
[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
4aad1c784b
[molecule] add post_iso_script hook support
2010-06-05 12:04:23 +02:00
Fabio Erculiani
63515f0f52
[molecule] builtin_plugin: use shlex when calling mkisofs
2010-06-03 20:42:44 +02:00
Fabio Erculiani
e292ac6de5
[molecule] implement real Molecule Plugin Factory and use it
2010-05-16 17:33:04 +02:00