Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce using local dateutil with buildout | Sebastian Spaeth | 2011-05-11 | 1 | -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 later | Christopher Allan Webber | 2011-05-01 | 1 | -0/+1 |
| | |||||
* | Buildout script which creates user_dev directory and necessary | Christopher Allan Webber | 2011-04-17 | 1 | -1/+5 |
| | | | | subdirectories for the user. | ||||
* | Buildout'ifying things. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+12 |
- added buildout's bootstrap.py - added buildout.cfg - adjustments to .gitignore. |