Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILDPACK_URL #2

Open
stuartpb opened this issue Nov 2, 2014 · 1 comment
Open

BUILDPACK_URL #2

stuartpb opened this issue Nov 2, 2014 · 1 comment

Comments

@stuartpb
Copy link
Member

stuartpb commented Nov 2, 2014

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
Copy link
Member Author

Apparently even Heroku usess a first-class buildpack:set command now (it would seem the BUILDPACK_URL variable is now deprecated): heroku/legacy-cli@47990b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant