Skip to content
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: opencontainers/runtime-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c368be6a
Choose a base ref
...
head repository: opencontainers/runtime-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9b7bc39
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 19, 2017

  1. .travis: Convert TRAVIS_COMMIT_RANGE base...head to base..head

    Work around travis-ci/travis-ci#4596 until that is fixed upstream [1].
    This avoids pulling in commits from the base tip that aren't reachable
    from the head tip (e.g. if master has advanced since the PR branched
    off, and the PR is against master).  We only want to check commits
    that are in the head branch but not in the base branch (more details
    on the range syntax in [2]).
    
    Once the Travis bug does get fixed, the shell replacement will be a
    no-op.  So we don't have to worry about checks breaking once the bug
    gets fixed, and can periodically poll the bug and remove the
    workaround at out leisure after the fix.
    
    [1]: travis-ci/travis-ci#4596
    [2]: http://git-scm.com/docs/gitrevisions#_specifying_ranges
    
    Signed-off-by: W. Trevor King <[email protected]>
    wking committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    d9b7bc3 View commit details
    Browse the repository at this point in the history
Loading