aboutsummaryrefslogtreecommitdiffstats
path: root/buildout.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Enforce using local dateutil with buildoutSebastian Spaeth2011-05-111-1/+3
| | | | | | | | | | | Natty has a too old system dateutil, but buildout will put the system modules in the search path first. By adding the dateutil spec to the 'egg' requirement, we put the dateutil inclusion of the local egg first and natty compiles (buildouts) fine. Part of http://bugs.foocorp.net/issues/308 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Include dependent scripts... maybe we'll change this laterChristopher Allan Webber2011-05-011-0/+1
|
* Buildout script which creates user_dev directory and necessaryChristopher Allan Webber2011-04-171-1/+5
| | | | subdirectories for the user.
* Buildout'ifying things.Christopher Allan Webber2011-04-171-0/+12
- added buildout's bootstrap.py - added buildout.cfg - adjustments to .gitignore.