Fabio Erculiani
85bb0dae03
Tagging Molecule version 0.9.22
2011-12-28 17:27:29 +01:00
Fabio Erculiani
d4e7413a54
[plugins/mmc] add MMC image generator plugin
2011-12-28 17:26:57 +01:00
Fabio Erculiani
36de0cdf21
[scripts] update tag-version.sh tarball info
2011-09-04 14:18:14 +02:00
Fabio Erculiani
396d9464f4
Tagging Molecule version 0.9.21
2011-09-04 14:16:35 +02:00
Fabio Erculiani
d1c6cb5c58
[po] update translations
2011-09-04 14:16:03 +02:00
Fabio Erculiani
5a05fe6315
[molecule.utils] remove_path_sandbox: do not use Popen with shell=True but rather use glob.glob()
2011-09-04 13:11:26 +02:00
Fabio Erculiani
7ecd318eef
[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
27f918ab3b
[molecule] add .gitattributes file, excluding the test suite from archive for now
2011-08-21 14:32:31 +02:00
Fabio Erculiani
5ba5d28466
Tagging Molecule version 0.9.20.7
2011-07-21 13:57:04 +02:00
Fabio Erculiani
44cfee227a
[molecule.utils] enhance kill_chroot_pids(), add ability to sleep and wait for scripts to leave "zombies"
2011-07-21 13:55:07 +02:00
Fabio Erculiani
77c76dab93
[molecule.utils] prefer execvp() over subprocess.call() in forked process
2011-07-21 12:59:44 +02:00
Fabio Erculiani
297256e575
[molecule.utils] add kill_chroot_pids function, requires lsof (new dependency)
2011-07-21 12:39:41 +02:00
Fabio Erculiani
75c69f826a
Tagging Molecule version 0.9.20.6
2011-07-20 23:54:46 +02:00
Fabio Erculiani
b3f407d683
[molecule] image_plugin: fix chroot copy to mounted image file
2011-07-20 23:53:39 +02:00
Fabio Erculiani
b3f47ae9df
Tagging Molecule version 0.9.20.5
2010-12-18 16:29:52 +01:00
Fabio Erculiani
114c7b6b31
[molecule.settings] add support for cdrkit
2010-12-18 16:29:31 +01:00
Fabio Erculiani
8cc8c47c7c
Tagging Molecule version 0.9.20.4
2010-12-18 16:08:25 +01:00
Fabio Erculiani
33bc01df7d
[molecule*] beautify output, make molecule.settings contain only utf strings
2010-12-18 16:07:05 +01:00
Fabio Erculiani
32ae4ee718
[molecule] add support for MOLECULE_TMPDIR environment variable (defaulting to /var/tmp), so that user can override it
2010-11-11 19:18:58 +01:00
Fabio Erculiani
0aabf7db7e
Tagging Molecule version 0.9.20.3
2010-10-15 12:28:19 +02:00
Fabio Erculiani
77cf056886
[todo] update TODO
2010-08-31 18:30:56 +02:00
Fabio Erculiani
1bda85fa47
Tagging Molecule version 0.9.20.2
2010-08-26 21:24:46 +02:00
Fabio Erculiani
cd83db9b13
[tests] add unit tests for .spec parsers
2010-08-13 15:24:22 +02:00
Fabio Erculiani
de5df53461
[todo] update TODO
2010-08-12 22:40:29 +02:00
Fabio Erculiani
a08560310b
[tests] add initial unit tests
2010-08-12 22:40:16 +02:00
Fabio Erculiani
2786c84a3f
[molecule.utils] improve reliability of valid_exec_check and remove_path_sandbox
2010-08-12 22:39:41 +02:00
Fabio Erculiani
8084e74a20
Tagging Molecule version 0.9.20.1
2010-08-11 11:24:13 +02:00
Fabio Erculiani
306718c6d1
Tagging Molecule version 0.9.20
2010-08-10 19:07:43 +02:00
Fabio Erculiani
99424666e9
[po] add molecule.pot, it was missing
2010-08-08 23:43:17 +02:00
Fabio Erculiani
4916865bc7
[todo] update TODO
2010-08-08 23:43:02 +02:00
Fabio Erculiani
1206d60a63
[po] update translations
2010-08-08 23:42:55 +02:00
Fabio Erculiani
6755f0cbf1
[molecule.utils] add mkdtemp()
2010-08-08 18:34:54 +02:00
Fabio Erculiani
182cc565a5
[molecule.utils] add get_random_str()
2010-08-08 17:42:04 +02:00
Fabio Erculiani
7944d49cf8
[molecule.settings] squashfs and iso images have to be mounted read-only
2010-08-08 17:41:03 +02:00
Fabio Erculiani
256e76ffa7
[molecule.utils] improve random numbers generation
2010-08-08 15:54:43 +02:00
Fabio Erculiani
96b022db3e
[molecule.utils] add "env" keyword argument to exec_chroot_cmd and exec_cmd
2010-08-08 15:45:58 +02:00
Fabio Erculiani
b69b8f0934
[molecule.settings] use absolute paths for hard-coded executables
2010-08-08 15:25:36 +02:00
Fabio Erculiani
6c7e08d3ec
[molecule.utils] add exec_cmd_get_status_output function
2010-08-08 15:09:12 +02:00
Fabio Erculiani
3d5e7537c4
[molecule] place --nocolor handling before --help, close bug 1685
2010-08-04 23:53:24 +02:00
Fabio Erculiani
5e9bb8902f
[molecule.cmdline] move super user checks into molecule.cmdline
2010-08-02 10:12:35 +02:00
Fabio Erculiani
7f5e973de6
[molecule] catch KeyboardInterrupt by running kill phase in while loop
2010-08-02 10:04:22 +02:00
Fabio Erculiani
fc464cef53
[molecule.specs] GenericSpecFunctions: add ve_integer_converter()
2010-08-01 22:49:47 +02:00
Fabio Erculiani
23b9552669
[molecule] GenericSpecFunctions: add valid_integer()
2010-08-01 22:47:33 +02:00
Fabio Erculiani
3e33d0cbee
[molecule] add support for enforcing super user privileges requirements
2010-08-01 18:21:11 +02:00
Fabio Erculiani
b9fb6cde6a
[molecule.utils] add some documentation
2010-08-01 18:10:01 +02:00
Fabio Erculiani
a6e2ecf0a2
Tagging Molecule version 0.9.12
2010-07-23 11:13:08 +02:00
Fabio Erculiani
4d05e04b9e
Tagging Molecule version 0.9.11.2
2010-07-23 10:49:16 +02:00
Fabio Erculiani
a0926805e2
[molecule.utils] exec_chroot_cmd: tweak default args
2010-07-23 10:40:44 +02:00
Fabio Erculiani
c483a855ad
Tagging Molecule version 0.9.11.1
2010-07-22 13:55:51 +02:00
Fabio Erculiani
6b92b20153
[molecule.specs.skel] fix regression, 'prechroot' variable is list, not str
2010-07-22 13:54:56 +02:00