-
Notifications
You must be signed in to change notification settings - Fork 2
The Python 2.7 distribution used in Chevah Project. Check https://github.com/chevah/pythia for Python 3 packages.
chevah/python-package
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Python Portable Package ======================= This code is here to generate a portable Python distribution, It is used by our Buildbot script to generate and publish binary python distribution. Here are the steps used by Buildbot: * Login on the new platform * Get code from git * ./chevah_build build * ./chevah_build test * upload to binary dist publishing website. Rebuild Python from your home --------------------------- If a buildbot is already active for the platform, you can use `paver test_remote` to rebuild Python distribution on that system, Do a testing build (files go in http://binary.chevah.com/testing/python/):: paver test_remote NAME_OF_BUILDER Do a production build (files go in http://binary.chevah.com/production/python/):: paver test_remote NAME_OF_BUILDER --force-upload-production
About
The Python 2.7 distribution used in Chevah Project. Check https://github.com/chevah/pythia for Python 3 packages.