mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 23:30:17 +00:00
new brew command
This commit is contained in:
+14
-11
@@ -15,22 +15,25 @@ Official support for:
|
||||
|
||||
See also, `full list <https://github.com/kennethreitz/python-versions/tree/master/formula>`_.
|
||||
|
||||
|
||||
Deployment
|
||||
----------
|
||||
|
||||
::
|
||||
|
||||
$ git clone git@github.com:kennethreitz/python-versions.git
|
||||
$ heroku create
|
||||
$ git push heroku master
|
||||
$ heroku config:set AWS_ACCESS_KEY_ID=xxxx AWS_SECRET_ACCESS_KEY=xxxx S3_BUCKET=xxx
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Once deployed, building a forumla is simple::
|
||||
|
||||
$ heroku run <forumla>
|
||||
"./build.sh -f $1 -p ./python -x $1.tar.bz2 -r envy-versions"
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
Fairly self explanatory:
|
||||
|
||||
- ``AWS_ACCESS_KEY_ID``
|
||||
- ``AWS_SECRET_ACCESS_KEY``
|
||||
|
||||
$ heroku run ./brew <forumla> <bucket>
|
||||
# Builds specified Python and uploads the resulting tarball to the given S3 bucket.
|
||||
|
||||
Distribution "Spec"
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user