This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 61c43047939cb8185dbb4368408a3eb8e2ae3d44
tree 4e59fe081930bc9cfc8f5ca543bd4d2c65df5008
parent 33bc006b7a02d3433b585d1c544b382c804a9b92
tree 4e59fe081930bc9cfc8f5ca543bd4d2c65df5008
parent 33bc006b7a02d3433b585d1c544b382c804a9b92
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 | ||
| |
support-files/ | Tue Nov 10 08:00:40 -0800 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/.








