Skip to content
This repository has been archived by the owner on Apr 12, 2021. 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: NixOS/nixpkgs-channels
base: f6fc49d0bfd1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: fdd75fc6f1d3
Choose a head ref
  • 18 commits
  • 17 files changed
  • 14 contributors

Commits on Jan 9, 2019

  1. bear: fix wrapper detection patch by checking result of find_executable

    With the wrapper detection patch, if a build invokes an executable that cannot
    be found in PATH by `find_executable`, bear will fail with an `AttributeError`
    in `os.path.realpath`.
    
    This can happen if the build invokes some project-local tool or command, like
    `./build-something`.
    
    Instead of calling using the result of `find_executable` directly, first check
    whether the executable was found and fall back to original Bear behavior if
    it was not.
    liff committed Jan 9, 2019
    Copy the full SHA
    4cb889f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. rebar3: 3.10.0 -> 3.11.1

    Justin Wood committed Jun 3, 2019
    Copy the full SHA
    ece38ce View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. beignet: 1.3.2 -> unstable-2018.08.20

    volth committed Jun 7, 2019
    Copy the full SHA
    a556fbf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. llvm_7: skip failing X86 test cases on armv7l

    fixes #57472
    womfoo committed Jun 9, 2019
    Copy the full SHA
    744ab42 View commit details
    Browse the repository at this point in the history
  2. orc: disable tests on armv7l

    also updated bugzilla references to newer gitlab
    womfoo committed Jun 9, 2019
    Copy the full SHA
    0412ee2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70db118 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Copy the full SHA
    9a70cef View commit details
    Browse the repository at this point in the history
  2. temporal_tables: init at 1.2.0

    ggPeti authored and thoughtpolice committed Jun 11, 2019
    Copy the full SHA
    3830e53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62626 from ankhers/update_rebar3

    rebar3: 3.10.0 -> 3.11.1
    grahamc committed Jun 11, 2019
    Copy the full SHA
    11d1932 View commit details
    Browse the repository at this point in the history
  4. conmon: 0.0.1pre52_6905a4d -> 0.2.0

    Update conmon to v0.2.0 and move it into a dedicated package. Since we
    are now using conmon as dedicated package, cri-o does not need to built
    it, too.
    
    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert authored and thoughtpolice committed Jun 11, 2019
    Copy the full SHA
    3577443 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62983 from elseym/plex

    plex: 1.15.6.1079 -> 1.15.8.1198
    fpletz committed Jun 11, 2019
    Copy the full SHA
    804e5e1 View commit details
    Browse the repository at this point in the history
  6. pg-safeupdate: init at 1.2

    safeupdate is a simple extension to PostgreSQL that raises an error if
    UPDATE and DELETE are executed without specifying conditions.
    steve-chavez authored and thoughtpolice committed Jun 11, 2019
    Copy the full SHA
    e1f3167 View commit details
    Browse the repository at this point in the history
  7. pgcenter: 0.6.1 -> 0.6.2 (#62982)

    marsam authored and kalbasit committed Jun 11, 2019
    Copy the full SHA
    0dd06ec View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62896 from womfoo/fix/orc-skip-tests-on-armv7l

    orc: disable tests on armv7l
    matthewbauer committed Jun 11, 2019
    Copy the full SHA
    c51d8d9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #62900 from thefloweringash/mysql55-clang6

    mysql55: fix build under clang 6 (and newer)
    matthewbauer committed Jun 11, 2019
    Copy the full SHA
    288eb14 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #62894 from womfoo/fix/llvm_7-skip-x86-tests-on-ar…

    …mv7l
    
    llvm_7: skip failing X86 test cases on armv7l
    matthewbauer committed Jun 11, 2019
    Copy the full SHA
    4e74a13 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #62993 from volth/beignet-2018

    beignet: 1.3.2 -> unstable-2018.08.20
    7c6f434c committed Jun 11, 2019
    Copy the full SHA
    da6a078 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #53712 from liff/bear/fix-wrapper-detection

    bear: fix wrapper detection patch by checking result of find_executable
    fpletz committed Jun 11, 2019
    Copy the full SHA
    fdd75fc View commit details
    Browse the repository at this point in the history