Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: heroku/heroku-buildpack-hello
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: foraker/heroku-buildpack-freetds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    45abe75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ab123 View commit details
    Browse the repository at this point in the history
  3. Improve README

    tpiekos committed May 1, 2015
    Configuration menu
    Copy the full SHA
    749acfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    308cbc8 View commit details
    Browse the repository at this point in the history
  5. Use constant

    tpiekos committed May 1, 2015
    Configuration menu
    Copy the full SHA
    faa300d View commit details
    Browse the repository at this point in the history
  6. Tweak caching

    tpiekos committed May 1, 2015
    Configuration menu
    Copy the full SHA
    7a4f651 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. wip

    tpiekos committed May 8, 2015
    Configuration menu
    Copy the full SHA
    aefb759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f47fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04f0f6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    750059c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Explicitly set version in curl command

    When building, I received this error: `remote: sh: 1: cd: can't cd to /cache/freetds-0.91.112`.
    
    Turns out that the command, pulling `freetds-patched` instead of `#{ARCHIVE_NAME}`, was getting `freetds-0.95.0`, so there was no `freetds-0.91.112` to `cd` into. This change sets the version to download explicitly, to avoid version conflicts like these.
    Matt committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    15d1f4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from beechnut/patch-1

    Explicitly set version in curl command
    tpiekos committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    cc48a9d View commit details
    Browse the repository at this point in the history
Loading