Outils personnels
Vous êtes ici : Accueil 2009 Mars 09
HADOPI - Le Net en France : black-out

09

09/03/2009

Minitage next works

by kiorky — last modified 09/03/2009 22:04
Classé sous :

There some points i have added to minitage since october:

  • I moved minilays, dependencies and code on git because mercurial forest extensions really lacks maintenance
  • I have done some maintenance over minitage.paste's templates (plone25, env, postgresql for postgresql-8.3) and added some (plone32svn, pylons)
  • minitage.recipe received a lot of bugfixes and enhancements like the minitage.recipe:fetch entry point
  • minitage.core has also been bugfixed specially for the git wave
  • eggs have been buildoutified and testrunnerified

 

Those are the features i ll release on the next days:

  • A brand new plone 32 paster
  • A revisited zope3 paster
  • minitage.recipe:eggs now support develop eggs dependencies installation
  • minitage.recipe:eggs now has the same options and API that zc.recipe.egg for their common parts
  • minitage.recipe:scripts calls minitage.recipe:eggs prior to the script generation, there is no need anymore to have too redundant parts in buildouts
  • minitage.buildout extension is a buildout extension that monkey patches zc.recipe.egg with minitage.recipe.egg
  • the bootstrapper script is refreshed :
    • update all sotfwares to lastest versions
    • includes git-1.6 which is required for minitage to fetch its core packages

 

TODO as an though for contributors:

  • update doc for git changes
  • update doc to explain how to move an existing buildout to a minitage compliant one
  • documente the recipes