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: 37c6e329d9e9
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: 1bf70fd2f178
Choose a head ref
  • 10 commits
  • 9 files changed
  • 9 contributors

Commits on Aug 7, 2019

  1. rocksdb: 6.1.2 -> 6.2.2

    magenbluten committed Aug 7, 2019
    Copy the full SHA
    7ea1d15 View commit details

Commits on Aug 31, 2019

  1. olive-editor: 0.1.0 -> 0.1.1

    Commit updated according to #65399
    luzpaz committed Aug 31, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aaad52b View commit details
  2. Merge pull request #67711 from luzpaz/olive-editor-update

    olive-editor: 0.1.0 -> 0.1.1
    aanderse authored Aug 31, 2019
    Copy the full SHA
    6baeab2 View commit details
  3. Merge pull request #66253 from magenbluten/rocksdb

    rocksdb: 6.1.2 -> 6.2.2
    disassembler authored Aug 31, 2019
    Copy the full SHA
    41a3746 View commit details
  4. monero-gui: cleanup for qt wrappers

    rnhmjoj authored and worldofpeace committed Aug 31, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    bd1e442 View commit details
  5. Merge pull request #67802 from rnhmjoj/monero

    monero-gui: cleanup
    worldofpeace authored Aug 31, 2019
    Copy the full SHA
    1a4903a View commit details
  6. hexchat: 2.12.4 -> 2.14.2 (#67714)

    averelld authored and disassembler committed Aug 31, 2019
    Copy the full SHA
    60216e8 View commit details
  7. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    vdemeester Vincent Demeester
    Copy the full SHA
    5a581c4 View commit details
  8. nixos/tests/systemd: Fix x-initrd-mount flakiness (#67798)

    It turns out that checking for the last mount time of an ext4 file
    system isn't a very reliable way to check whether the file system was
    properly unmounted.
    
    When creating that test in the first place (88530e0),
    I was reluctant to inspect the file system when the VM is down and was
    searching for a way to check for a clean unmount *after* the file system
    was mounted again to make sure we don't need to create a 512 MB raw
    image on the host.
    
    Fortunately however, when converting from qcow2, qemu-img actually
    writes a sparse file, so for most file systems (that is, file systems
    supporting sparse files) this shouldn't waste a lot of disk space.
    
    So when investigating the flakiness, I found that whenever the test is
    failing, the unmount of /test-x-initrd-mount was done *before* the final
    step during which systemd remounts+unmounts all the remaining file
    systems.
    
    I haven't investigated why this is the case, but the test is a
    regression test for NixOS/nixpkgs#35268, which
    actually didn't unmount the file system *at* *all*, so really all we
    need to take care here is whether the unmount has happened and not
    *how*.
    
    To make sure that checking the filesystem state is enough for this, I
    temporarily replaced the $machine->shutdown call with $machine->crash
    and verified that the file system state is "not clean".
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Fixes: NixOS/nixpkgs#67555
    aszlig authored and disassembler committed Aug 31, 2019
    Copy the full SHA
    d7c7fc4 View commit details
  9. bazel: cctools runtime dependency on darwin (#66724)

    The bazel build patches paths like `/usr/bin/install_name_tool` to refer
    to `${cctools}/bin/install_name_tool` instead. If the corresponding
    runtime dependency is not denoted, then darwin users can encounter "file
    not found" errors, e.g. when they fetch bazel from a binary cache and
    don't have `cctools` in their own nix store.
    aherrmann authored and kalbasit committed Aug 31, 2019
    Copy the full SHA
    1bf70fd View commit details
Loading