Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34efe45ef8b5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e42d10957d87
Choose a head ref
  • 20 commits
  • 17 files changed
  • 15 contributors

Commits on Nov 16, 2018

  1. Copy the full SHA
    f1de24f View commit details

Commits on Nov 22, 2018

  1. Fixing "include"

    Pierre-Étienne Meunier committed Nov 22, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0e8332c View commit details

Commits on Nov 23, 2018

  1. Copy the full SHA
    c116de9 View commit details

Commits on Nov 27, 2018

  1. Carnix 0.9.2

    Pierre-Étienne Meunier committed Nov 27, 2018
    Copy the full SHA
    3083fa2 View commit details

Commits on Dec 2, 2018

  1. Copy the full SHA
    47f5771 View commit details

Commits on Dec 3, 2018

  1. nix-review: 0.6.1 -> 1.0.1

    - use nix build instead of nix-build
    - writes per-build log in the current working directory
    - symlinks the builds in the current working directory
    - detects & deduplicates build aliases
    - markdown reports
    - filter builds by regex
    - generate nix expression files that can be build by the user
    Mic92 committed Dec 3, 2018
    Copy the full SHA
    53f1ffa View commit details
  2. vimPlugins: update

    rvolosatovs committed Dec 3, 2018
    Copy the full SHA
    d59498f View commit details
  3. Merge pull request #51434 from Mic92/nix-review

    nix-review: 0.6.1 -> 1.0.1
    Mic92 authored Dec 3, 2018
    Copy the full SHA
    01d864c View commit details
  4. Copy the full SHA
    3b2bf76 View commit details
  5. Merge pull request #51358 from ivan/libtorrent-1.1.11

    libtorrentRasterbar: 1.1.10 -> 1.1.11
    worldofpeace authored Dec 3, 2018
    Copy the full SHA
    5198a4c View commit details
  6. Copy the full SHA
    ee1f6e2 View commit details
  7. Merge pull request #50936 from tathougies/travis/dhcpcd-runtime-shell

    dhcpcd: Use runtimeShell in dhcpcd-run-hooks
    matthewbauer authored Dec 3, 2018
    Copy the full SHA
    357732e View commit details
  8. Merge pull request #50452 from P-E-Meunier/carnix-fix

    Rust build-support: fixing a compilation error in some crates
    grahamc authored Dec 3, 2018
    Copy the full SHA
    fc459de View commit details
  9. jpeginfo: init at 1.6.1

    jpeginfo prints information and tests integrity of JPEG/JFIF files.
    bjornfor committed Dec 3, 2018
    Copy the full SHA
    84a2463 View commit details
  10. nixos/jenkins-job-builder: stop reloadScript on error

    Currently there are two calls to curl in the reloadScript, neither which
    check for errors. If something is misconfigured (like wrong authToken),
    the only trace that something wrong happened is this log message:
    
      Asking Jenkins to reload config
      <h1>Bad Message 400</h1><pre>reason: Illegal character VCHAR='<'</pre>
    
    The service isn't marked as failed, so it's easy to miss.
    
    Fix it by passing --fail to curl.
    
    While at it:
    * Add $curl_opts and $jenkins_url variables to keep the curl command
      lines DRY.
    * Add --show-error to curl to show short error message explanation when
      things go wrong (like HTTP 401 error).
    * Lower-case the $CRUMB variable as upper case is for exported environment
      variables.
    
    The new behaviour, when having wrong accessToken:
    
      Asking Jenkins to reload config
      curl: (22) The requested URL returned error: 401
    
    And the service is clearly marked as failed in `systemctl --failed`.
    bjornfor committed Dec 3, 2018
    Copy the full SHA
    8ebfd5c View commit details
  11. nixos/jenkins-job-builder: add accessTokenFile option

    The new option allows storing the secret access token outside the world
    readable Nix store.
    bjornfor committed Dec 3, 2018
    Copy the full SHA
    bb94d41 View commit details
  12. Merge pull request #51446 from rvolosatovs/update/vim-plugins

    vimPlugins: update
    Mic92 authored Dec 3, 2018
    Copy the full SHA
    20f3c94 View commit details
  13. qlcplus: fix udev rules path

    nyanloutre authored and globin committed Dec 3, 2018
    Copy the full SHA
    0c02963 View commit details
  14. Copy the full SHA
    4cf1d88 View commit details
  15. Add disable core optimizations (#51464)

    haskell.lib.disableOptimization: new function
    
    Adds a utility function for disabling GHC core optimizations.
    Significantly reduces build times.
    dmjio authored and peti committed Dec 3, 2018
    Copy the full SHA
    e42d109 View commit details
Loading