TODO.txt 887 Bytes
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)
5
 - software-profiles/openoffice-bin.cfg:
6 7
   - consider using own recipe or zorg.recipe.openoffice, which would be
     closer to buildout usage (internal cache, etc)
8
 - if software do not provide instance, put its binaries to bin/
Łukasz Nowak's avatar
Łukasz Nowak committed
9 10
 - 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
11 12
 - binaries generated by software buildout shall have precedence in PATH in
   software *and* instance buildouts
Łukasz Nowak's avatar
Łukasz Nowak committed
13 14
 - make eggs defined with standalone instance recipe inside instance instead
   of globally for buildout
Łukasz Nowak's avatar
Łukasz Nowak committed
15 16
 - update software-profiles/apache.cfg to build fully modular apache (with ssl,
   cache, etc) which will give full control while creating apache instances