plushu / plushu-build-cedarish

Plugin that builds apps in a Cedar-ish environment
MIT License
0 stars 0 forks source link

BUILDPACK_URL #2

Open stuartpb opened 9 years ago

stuartpb commented 9 years ago

This is kind of a non-feature considering how easy it is to manage buildpacks in Plushu (and the way this is implemented in buildstep/dokku is wrong on wrong) - most of the time you can just install the buildpack you need. If you need to skip the detection of other buildpacks, you can cheat by adding BUILD_USE_BUILDPACK to $PLUSHU_APPS_DIR/$app/build.rc.

Nonetheless, if and when env_dir functionality gets implemented, this will be a pretty simple thing to implement, and it would provide feature parity with Heroku (which I do care about).

stuartpb commented 9 years ago

Apparently even Heroku usess a first-class buildpack:set command now (it would seem the BUILDPACK_URL variable is now deprecated): https://github.com/heroku/heroku/commit/47990b725bddcf51b0dafad25d92c93ae7a1b265