Scripts to help move a buildout from unstable to stable
Project description
Zest.stabilizer
Helper scripts to stabilize a buildout.
Installation
Until we have a better solution, we have to feed an url manually to easy_install:
$ sudo easy_install http://tgz.zestsoftware.nl/eggs/zest.stabilizer-0.1.tar.gz
(The url is subject to change, of course).
Included programs
Two programs are installed globally:
unstable_fixup which currently only assists with moving src/* development eggs to an infrae.subversion part. At the end it prints instructions for further work that you have to do manually.
stabilize which takes the infrae.subversion part of unstable.cfg and finds out the latest tags for each of those development packages. It then adds a similar part to stable.cfg.
Changelog zest.stabilizer
0.3 (unreleased)
Nothing changed yet.
0.2 (2008-11-06)
Change the lines that are added in stable.cfg now that infrae.subversion 1.4 has been released. [maurits+reinout]
Add newline at end of contents before saving stable.cfg or unstable.cfg. [maurits]
0.1 (2008-10-23)
Extracting unstable eggs from [ourpackages] instead of develop section now. [reinout]
unstable_fixup adds [ourpackages] section in place of ‘develop =’ section. [reinout]
Added unstable_fixup script to check/perform common fixups that need to happen in unstable.cfg. [reinout]
Copied stabilize script out of zest.releaser. [reinout]
TODO tasks
Adapt zestskel’s buildout to the new situation.
Document it all in the guidelines.