TODO.txt 1.85 KB
Newer Older
1 2 3
 - global build requirement checker
   - needs recipe
   - needs per profile dependency declaration
Łukasz Nowak's avatar
Łukasz Nowak committed
4
 - implement declared parts (*/buildout.cfg empty)
Łukasz Nowak's avatar
Łukasz Nowak committed
5
 - merge from:
6
  - https://svn.erp5.org/repos/public/experimental/erp5.buildout-zope-2.12/
7
 - use more of buildout automatic dependency resolution
8 9 10 11 12 13 14
 - software-profiles/python-2.4.cfg:
   - celementtree (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-celementtree/)
   - mechanize (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-mechanize/)
   - numeric (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-numeric/)
   - paramiko (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-paramiko/)
   - ply (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-ply/)
   - pyxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-pyxml/)
15
   - socksipy (http://socksipy.sourceforge.net/)
16
   - make bin/python2.4 using all available eggs
17
 - software-profiles/openoffice-bin.cfg:
18 19
   - consider using own recipe or zorg.recipe.openoffice, which would be
     closer to buildout usage (internal cache, etc)
20 21
 - add bin/ and var/bin/ to path
 - if software do not provide instance, put its binaries to bin/
22 23 24
 - use declarative way of selecting in-buildout dependencies
     For example mysql-python egg is build against locally built mysql, but
     version of mysql is hardcoded in mysql-python egg part.
25
 - have all eggs available as software, but use them selectively in instances
Łukasz Nowak's avatar
Łukasz Nowak committed
26 27
 - convert all ERP5 products into eggs, but allow in development profile to
   have them locally editable and commitable (develop)
Łukasz Nowak's avatar
Łukasz Nowak committed
28 29
 - binaries generated by software buildout shall have precedence in PATH in
   software *and* instance buildouts
30 31
 - make eggs defined with standalone instance recipe inside instance instead
   of globally for buildout
Rafael Monnerat's avatar
Rafael Monnerat committed
32
 - create software-profiles/apache-ssl.cfg to build ssl setup into apache.