Commit Graph

48 Commits

Author SHA1 Message Date
Fabio Erculiani f9d8fc87e7 Tagging Molecule version 0.9.6.3 2010-06-28 07:34:48 +02:00
Fabio Erculiani f5f569a2f3 [Makefile] use $(MAKE) instead of "make" 2010-06-28 07:34:27 +02:00
Fabio Erculiani 7bfedacc6e [scripts] append end of tagging message to tag-version.sh 2010-06-28 07:06:31 +02:00
Fabio Erculiani 45657a2c01 Tagging Molecule version 0.9.6.2 2010-06-17 18:56:17 +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 b2ec77117a Tagging Molecule version 0.9.6.1 2010-06-17 18:52:06 +02:00
Fabio Erculiani be2dbfc24e [molecule.specs.plugins] builtin_plugin: fix shlex usage 2010-06-17 18:51:47 +02:00
Fabio Erculiani 912b87bcf4 Tagging Molecule version 0.9.6 2010-06-17 18:19:12 +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 f381d4cc07 Tagging Molecule version 0.9.5.1 2010-05-24 20:27:33 +02:00
Fabio Erculiani 9c0fc43624 [molecule] remaster_plugin: fix directory leaking 2010-05-24 20:26:23 +02:00
Fabio Erculiani 8f57679811 Tagging Molecule version 0.9.5 2010-05-22 12:07:33 +02:00
Fabio Erculiani 8f9bfd189c [Makefile] fix molecule library install path 2010-05-22 12:07:02 +02:00
Fabio Erculiani df687f7fcc Tagging Molecule version 0.9 2010-05-16 17:41:08 +02:00
Fabio Erculiani 6e222234fc [molecule] implement real Molecule Plugin Factory and use it 2010-05-16 17:33:04 +02:00
Fabio Erculiani 1e598296df [git] update .gitignore 2010-05-16 15:41:32 +02:00
Fabio Erculiani b782b4ac1e [Makefile] add po/ dir to build system 2010-05-16 15:40:50 +02:00
Fabio Erculiani 52b826370d [molecule] add version tagging script, fix version handling 2010-05-16 15:28:08 +02:00
Fabio Erculiani 01062c648a [molecule] add Makefiles 2010-05-16 14:46:16 +02:00
Fabio Erculiani c7fa91efe7 [molecule.output] port new code from Entropy (entropy.output) 2010-05-15 22:11:13 +02:00
Fabio Erculiani 778fde7745 [molecule.specs.remaster] fix support for destination_iso_image_name, thanks to Joost Ruis for reporting 2010-05-09 22:33:59 +02:00
Fabio Erculiani 6101420343 [molecule.specs.plugins.remaster] fix wrong arguments in _exec_inner_script call 2010-05-09 16:49:49 +02:00
Fabio Erculiani 08ff63e55c [molecule.specs.builtin] fix _run_error_script() 2010-04-22 22:12:42 +02:00
Fabio Erculiani 0a780e6704 [molecule.specs.plugins.builtin] add support for inner_source_chroot_script
inner_source_chroot_script hook can be used to permanently modify
source chroots when using the standard execution strategy (chroot -> iso)
2010-04-18 18:42:39 +02:00
Fabio Erculiani 81169c5519 [molecule] implement arguments support for *_chroot_script_* statement.
This commit improves the support to script hooks, making possible to pass
arguments to them via .spec statements (outer_chroot_script, outer_chroot_script_after,
inner_chroot_script, inner_chroot_script_after, pre_iso_script)
2010-04-18 18:26:57 +02:00
Fabio Erculiani f20cd5f40f [molecule] fix extra_rsync_parameters option handling 2010-02-15 11:28:04 +01:00
Fabio Erculiani f005d55e31 [molecule.specs] add error_script .spec file directive support 2009-12-21 21:55:48 +01:00
Fabio Erculiani b7cfd0d088 [molecule.specs.remaster] fix custom_packages_add_cmd and custom_packages_remove_cmd support, thanks to Brian Tomlinson for reporting 2009-12-18 10:25:30 +01:00
Fabio Erculiani 96ad4bfc80 [molecule.specs.plugin.remaster] add inner_chroot_script_after hook, to be executed after packages installation and removal 2009-12-14 10:45:50 +01:00
Fabio Erculiani ac4ae92d97 [molecule] implement ISO to TAR handler 2009-11-21 23:44:46 +01:00
Fabio Erculiani 7a16dd8281 [repo] add .gitignore 2009-10-28 20:41:14 +01:00
Fabio Erculiani 33ac99f302 [molecule] fix mkisofs title argument 2009-10-27 21:09:26 +01:00
Fabio Erculiani 948d195b9f [molecule] improve ability to reimplement Handlers, add setup() method, fixup code accordingly 2009-10-27 16:33:34 +01:00
Fabio Erculiani da373bd9b4 [molecule] add support for outer_chroot_script_after (to be executed after inner chroot script) 2009-10-27 16:10:49 +01:00
Fabio Erculiani 352f96b2d7 [molecule] remaster plugin: do not remove/empty paths before hooks, always kill tmp dir 2009-10-27 10:57:58 +01:00
Fabio Erculiani 08bd339bf4 [molecule] remaster plugin: run repo update hook before everything 2009-10-27 10:35:45 +01:00
Fabio Erculiani 4b4ca6e88d [molecule] remaster plugin: remove 'mod' key from parser data dicts, make possible to split packages_to_add/packages_to_remove using comma 2009-10-27 10:28:45 +01:00
Fabio Erculiani 7ad96e64cb [molecule] remaster plugin: add support for paths_to_remove and paths_to_empty 2009-10-27 10:22:00 +01:00
Fabio Erculiani fce1094295 [molecule] remaster plugin: run chroot hooks before packages handling 2009-10-27 10:16:41 +01:00
Fabio Erculiani cf5478e0db [molecule] complete support for easily remastering Sabayon ISO images 2009-10-25 13:57:13 +01:00
Fabio Erculiani dc585ad368 [molecule] move code to plugins, implement fuzzy iso_remaster plugin 2009-10-23 12:45:07 +02:00
Fabio Erculiani 7c1f248a0b Merge branch 'master' of git+ssh://sabayonlinux.org/home/git/projects/molecule 2009-03-24 16:56:28 +01:00
Fabio Erculiani 7dd506ac4e removed EMPTY 2009-03-24 16:25:23 +01:00
Fabio Erculiani 09fec45cda first commit 2009-03-24 16:11:01 +01:00
lxnay ab15f7bd07 Molecule:
- first chunk of code
- general infrastructure done
- spec file parser done


git-svn-id: http://svn.sabayonlinux.org/projects/molecule/trunk@2977 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-01-31 21:57:47 +00:00