Instance manager 0.2 (Beta release) (May 24, 2006)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
python 2.3 support; working quickinstall-calling action that reinstalls your products (and possibly migrates your plone); printconfig action to show your projects's config; bugfixes; logfile doesn't get splattered into each and every directory anymore.
For additional information about this project, please visit the project page .
Available downloads
Change log
2006-05-25 Reinout van Rees <reinout@vanrees.org>
* setup.py: Fixed setup to support python 2.3.
* setup.py: Released as 0.2.
2006-05-24 Maurits van Rees <m.van.rees@zestsoftware.nl>
* src/actions.py: Added a printconfig action that prints the
sorted configuration, with variables expanded.
* src/configuration.py: Handle exception in expandTemplate when
the template is not a string.
2006-05-24 Reinout van Rees <reinout@vanrees.org>
* src/actions.py: Calling our quickreinstall script instead of
depending on a custom made script inside the Data.fs. Updated the
'soft' and 'fresh' targets for this.
* src/quickreinstaller.py: Added script that gets fed to "zopectl
run" to quickreinstall the products.
* src/utils.py: Logfile now gets saved to the ~/.instancemanager
directory instead of being littered all over the place into every
directory from which you run the instancemanager.
2006-05-22 Maurits van Rees <m.van.rees@zestsoftware.nl>
* In the Create action instancemanager now exits with an error
when the current dir is the instance dir, as mkzopeinstance would
fail in that case.
2006-05-22 Reinout van Rees <reinout@vanrees.org>
* Added support for pre-made zope.conf files (for when
instancemanager's handling just doesn't cut it).
2006-05-18 Reinout van Rees <reinout@isengrim.ddns.hightechcampus.nl>
* src/actions.py: Added info-logging of zope port when starting
up (handy when juggling some 20 instances and so). :-)
* src/sources.py: Bundle sources now overwrite files or
directories if they already exist. Needed for README.txt files or
so that are included in bundles.
2006-05-15 Reinout van Rees <reinout@vanrees.org>
* MANIFEST.in: Added the src/skeleton directory to the generated
.tgz and uploaded a new 0.1 .tgz to plone.org.

