Commit Graph

190 Commits

Author SHA1 Message Date
Fabio Erculiani 1fd8be4963 [tests] fix typo in parsers module 2010-08-13 17:53:15 +02:00
Fabio Erculiani 47ced63721 [tests] add unit tests for .spec parsers 2010-08-13 15:24:22 +02:00
Fabio Erculiani 20e5bb6018 [todo] update TODO 2010-08-12 22:40:29 +02:00
Fabio Erculiani 060b6230d1 [tests] add initial unit tests 2010-08-12 22:40:16 +02:00
Fabio Erculiani 240e79a5c0 [molecule.utils] improve reliability of valid_exec_check and remove_path_sandbox 2010-08-12 22:39:41 +02:00
Fabio Erculiani a394b310c3 Tagging Molecule version 0.9.20.1 0.9.20.1 2010-08-11 11:24:13 +02:00
Fabio Erculiani 439afef721 [molecule.specs.plugins.image_plugin] improve loop device removal logic 2010-08-11 11:23:43 +02:00
Fabio Erculiani 68a890dc40 Tagging Molecule version 0.9.20 0.9.20 2010-08-10 19:07:43 +02:00
Fabio Erculiani 59f241dcaa [molecule.specs.plugins] image_plugin: save one function call by calling os.urandom() directly 2010-08-08 23:50:02 +02:00
Fabio Erculiani 0be6cc56d1 [po] add molecule.pot, it was missing 2010-08-08 23:43:17 +02:00
Fabio Erculiani 88a3a9348f [todo] update TODO 2010-08-08 23:43:02 +02:00
Fabio Erculiani 1a0fdbc247 [po] update translations 2010-08-08 23:42:55 +02:00
Fabio Erculiani 3e918c703c [molecule.specs.plugins] introduce iso_to_image plugin.
This plugin allows to build filesystem images (user can define the
filesystem type) off an ISO image.
2010-08-08 23:41:57 +02:00
Fabio Erculiani 91242f3744 [molecule.specs.plugins.remaster] warn if something in IsoUnpackHandler.kill() fails 2010-08-08 23:40:00 +02:00
Fabio Erculiani dfb187fd82 [molecule.specs.plugins] use molecule.utils.mkdtemp() 2010-08-08 18:36:46 +02:00
Fabio Erculiani e78499849b [molecule.utils] add mkdtemp() 2010-08-08 18:34:54 +02:00
Fabio Erculiani baf978dac3 [molecule.specs] make possible to subclass IsoUnpackerHandler easily 2010-08-08 18:32:50 +02:00
Fabio Erculiani ea2edc7297 [molecule.utils] add get_random_str() 2010-08-08 17:42:04 +02:00
Fabio Erculiani c75dd2f43d [molecule.settings] squashfs and iso images have to be mounted read-only 2010-08-08 17:41:03 +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 0badcb8613 [molecule.utils] improve random numbers generation 2010-08-08 15:54:43 +02:00
Fabio Erculiani 601b9cd752 [molecule.utils] add "env" keyword argument to exec_chroot_cmd and exec_cmd 2010-08-08 15:45:58 +02:00
Fabio Erculiani de15e64288 [molecule.specs.plugins] properly use molecule.utils.exec_chroot_cmd() 2010-08-08 15:45:28 +02:00
Fabio Erculiani c9631810c5 [molecule.examples] update spinbase-openvz-template.common, remove env vars not set for error_script 2010-08-08 15:39:09 +02:00
Fabio Erculiani ce224a517e [molecule.settings] use absolute paths for hard-coded executables 2010-08-08 15:25:36 +02:00
Fabio Erculiani 1ceb5b7be9 [molecule.plugins] safely using mkstemp() 2010-08-08 15:21:02 +02:00
Fabio Erculiani fa3530c7e8 [molecule.utils] add exec_cmd_get_status_output function 2010-08-08 15:09:12 +02:00
Fabio Erculiani 87c475aadd [molecule.specs.plugins] always return int from GenericExecutionStep.setup() 2010-08-08 15:09:12 +02:00
Fabio Erculiani a345bbf581 [molecule] place --nocolor handling before --help, close bug 1685 2010-08-04 23:53:24 +02:00
Fabio Erculiani e67f9e308a [molecule.cmdline] move super user checks into molecule.cmdline 2010-08-02 10:12:35 +02:00
Fabio Erculiani 70b531fee9 [molecule] catch KeyboardInterrupt by running kill phase in while loop 2010-08-02 10:04:22 +02:00
Fabio Erculiani 570ab977d1 [molecule.specs] GenericSpecFunctions: add ve_integer_converter() 2010-08-01 22:49:47 +02:00
Fabio Erculiani b68e6dfd45 [molecule] GenericSpecFunctions: add valid_integer() 2010-08-01 22:47:33 +02:00
Fabio Erculiani 0495f25a81 [molecule] add support for enforcing super user privileges requirements 2010-08-01 18:21:11 +02:00
Fabio Erculiani 83dd67e84b [molecule.utils] add some documentation 2010-08-01 18:10:01 +02:00
Fabio Erculiani f57c580238 [specs] fix typo in example file 2010-08-01 18:04:22 +02:00
Fabio Erculiani 038bdd00f2 [molecule.examples.specs] update GNOME/KDE spec files 2010-07-23 11:47:38 +02:00
Fabio Erculiani 0106f11b1e [molecule.examples.specs] update .spec files 2010-07-23 11:45:36 +02:00
Fabio Erculiani 8b01038fbf Tagging Molecule version 0.9.12 0.9.12 2010-07-23 11:13:08 +02:00
Fabio Erculiani 7fab6a3956 [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 d5739d7f61 [molecule.specs.builtin_plugin] trivial comment update 2010-07-23 11:11:37 +02:00
Fabio Erculiani 2d2dbcff40 [molecule/examples] add more documentation to "pre_iso_script", and document "post_iso_script" 2010-07-23 11:01:56 +02:00
Fabio Erculiani 0ebe0e4179 Tagging Molecule version 0.9.11.2 0.9.11.2 2010-07-23 10:49:16 +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 2ce1c71664 [molecule.utils] exec_chroot_cmd: tweak default args 2010-07-23 10:40:44 +02:00
Fabio Erculiani 803136263e [molecule.examples.scripts] update more example scripts 2010-07-22 14:34:09 +02:00
Fabio Erculiani 082e85f2be [molecule.examples.scripts] update example scripts to work with Entropy >=0.99.48 2010-07-22 14:18:09 +02:00
Fabio Erculiani b3f2c8831b Tagging Molecule version 0.9.11.1 0.9.11.1 2010-07-22 13:55:51 +02:00
Fabio Erculiani c50c69aa20 [molecule.specs.skel] fix regression, 'prechroot' variable is list, not str 2010-07-22 13:54:56 +02:00
Fabio Erculiani 582a1e7354 Tagging Molecule version 0.9.11 0.9.11 2010-07-21 01:56:47 +02:00