slugbuilder icon indicating copy to clipboard operation
slugbuilder copied to clipboard

Support for non-git buildpacks

Open szymonpk opened this issue 8 years ago • 2 comments

Currently BUILDPACK_URL has to be a git repo.

There is (at least one) a buildpack which is distributed in pre-complied form (*.tgz). It's possible to pass link to the archive in heroku, buildpack in git requires some manual action (complication), so it won't work in Workflow.

Is it possible to re-implement this in Workflow?

As workaround I've unpacked provided archive and pushed it to separate git repo.

szymonpk avatar Feb 20 '17 08:02 szymonpk

Sure, if someone wants to implement .tgz and .tar.gz support for BUILDPACK_URL it can be done here. One would just need to check the file extension and do a HTTP GET if it's a tarball (.tar.gz or .tgz extension), otherwise perform the regular git clone.

bacongobbler avatar Feb 21 '17 19:02 bacongobbler

This issue was moved to teamhephy/slugbuilder#4

Cryptophobia avatar Mar 13 '18 19:03 Cryptophobia