justinlilly / pinax forked from pinax/pinax
- Source
- Commits
- Network (130)
- Issues (0)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
3d30ec6
Justin Lilly (author)
Mon Sep 14 23:49:48 -0700 2009
pinax / scripts
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Thu Apr 23 02:27:06 -0700 2009 | |
| |
_installer.py | ||
| |
create-venv-script.py | Wed Jul 29 09:16:30 -0700 2009 | |
| |
downloader.py | Wed Jul 29 09:16:30 -0700 2009 | |
| |
pinax-boot.py | Wed Sep 02 16:56:37 -0700 2009 | |
| |
support-files/ | Mon Apr 06 02:53:18 -0700 2009 |
scripts/README
This is a directory for a bunch of script for release and development bootstrapping. create-venv-script.py Creates a virtualenv bootstrap script pinax-boot.py with the content of _installer.py. Add installers/<version>.py to create version specific bootstrap scripts pinax-boot-<version>.py _installer.py Contains the installation mechanism for boostrapping the development version. pinax-boot.py Is a full virtualenv.py and includes _installer.py, will install release version, full release versions and developer versions. downloader.py Parses the requirements in requirements/external_apps.txt and downloads the source distribution of the packages mentioned, if possible. Will return a list of other distributions that are only available as source code and should be packaged up manually and moved to download/.

