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 Updates #132

Merged
merged 13 commits into from
May 18, 2020
Merged

Buildpack Updates #132

merged 13 commits into from
May 18, 2020

Conversation

beanieboi
Copy link
Member

hey 👋

This gives the Buildpack a little revamp regarding it's tooling.

  1. I changed the archive naming to include the stack. This means we can build the same pgbouncer version for multiple stacks.
    before: pgbouncer-1.13.0-heroku.tgz
    after: pgbouncer-1.13.0-heroku-18.tgz

  2. Adds the ability to have different patchfiles for different version. there is a subdirectory per pgbouncer verison in support/patchfiles/$pgbouncer/

  3. Update bin/compile to work with the new archive names.

I have test apps and tested those changes against all 3 current stacks. (cedar-14, heroku-16 and heroku-18)

@beanieboi beanieboi requested a review from tcrayford May 15, 2020 18:26
@beanieboi beanieboi requested review from jdowning and removed request for jdowning May 15, 2020 18:34
@beanieboi beanieboi merged commit d18141b into master May 18, 2020
@beanieboi beanieboi deleted the bf/multi-version-patchfiles branch May 18, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants