From 64bf66d8c63867a8f53d17ad91dd10687b0e4150 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Mon, 18 Jan 2016 12:20:58 -0200 Subject: [PATCH] heroku-buildpack-multi is broken by pkgr The instance of /app in the regex we added at https://github.com/benlangfeld/heroku-buildpack-multi/commit/caf2c631c098311f0883b588b7d930cbf5120722 is itself replaced, making this replacement in downstream buildpacks impossible. This almost works with https://github.com/crohr/pkgr/pull/91, except for https://github.com/crohr/pkgr/issues/92 and https://github.com/crohr/pkgr/issues/93 --- .pkgr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index ddddab2..03ba459 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -10,5 +10,6 @@ targets: centos-7: after: - rm -rf .git -buildpack: https://github.com/benlangfeld/heroku-buildpack-multi.git -debug: true +buildpacks: + - https://github.com/HashNuke/heroku-buildpack-elixir.git + - https://github.com/gjaldon/heroku-buildpack-phoenix-static.git