Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
buildpack-developers
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Anvil gets a bit more generic, replaces vulcan?
231 views
Skip to first unread message
David Dollar
unread,
Jul 15, 2012, 1:34:36 PM
7/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to buildpack-...@googlegroups.com
I just added a few more features to anvil around the types of things it can build, and the things it can use for buildpacks.
You can now do the following:
# build a git repo
$ heroku build
https://github.com/ddollar/anvil.git
# build a git repo at a specific commit using a buildpack at a specific branch
$ heroku build
https://github.com/ddollar/anvil.git#
c0b36a28
-b
https://github.com/heroku/heroku-buildpack-nodejs.git#stable-tracking
# build a tarball using a shell script
$
heroku build
http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz
-b
https://raw.github.com/ddollar/vulcan-recipes/master/memcached.sh
David Dollar
unread,
Jul 15, 2012, 1:37:09 PM
7/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to buildpack-...@googlegroups.com
If you'd like to play with anvil, you can install it using:
$ heroku plugins:install
https://github.com/ddollar/heroku-anvil
$ heroku help build
archaelus
unread,
Jul 16, 2012, 9:22:14 PM
7/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to buildpack-...@googlegroups.com
This is easily the best thing since sliced buildpack and avoids the 10min build timeout that was killing me.
Result:
https://github.com/archaelus/heroku-buildpack-otp
-- sweet sweet up-to-date erlang binaries.
Cheers,
@archaelus
Reply all
Reply to author
Forward
0 new messages