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
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
fb9b3ac849
[molecule.specs.plugins.remaster] warn if something in IsoUnpackHandler.kill() fails
2010-08-08 23:40:00 +02:00
Fabio Erculiani
9909fd87e5
[molecule.specs.plugins] use molecule.utils.mkdtemp()
2010-08-08 18:36:46 +02:00
Fabio Erculiani
de98140144
[molecule.specs] make possible to subclass IsoUnpackerHandler easily
2010-08-08 18:32:50 +02:00
Fabio Erculiani
7726993bc1
[molecule.specs.plugins] properly use molecule.utils.exec_chroot_cmd()
2010-08-08 15:45:28 +02:00
Fabio Erculiani
c8b646416b
[molecule.specs.plugins] always return int from GenericExecutionStep.setup()
2010-08-08 15:09:12 +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
ddb0d895a7
[molecule] add post_iso_script hook support
2010-06-05 12:04:23 +02:00
Fabio Erculiani
9c0fc43624
[molecule] remaster_plugin: fix directory leaking
2010-05-24 20:26:23 +02:00
Fabio Erculiani
6e222234fc
[molecule] implement real Molecule Plugin Factory and use it
2010-05-16 17:33:04 +02:00