-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 37c6e329d9e9
head repository: NixOS/nixpkgs-channels
compare: 1bf70fd2f178
- 10 commits
- 9 files changed
- 9 contributors
Commits on Aug 7, 2019
-
magenbluten committed
Aug 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ea1d15 - Browse repository at this point
Copy the full SHA 7ea1d15View commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aaad52b - Browse repository at this point
Copy the full SHA aaad52bView commit details -
Merge pull request #67711 from luzpaz/olive-editor-update
olive-editor: 0.1.0 -> 0.1.1
Configuration menu - View commit details
-
Copy full SHA for 6baeab2 - Browse repository at this point
Copy the full SHA 6baeab2View commit details -
Merge pull request #66253 from magenbluten/rocksdb
rocksdb: 6.1.2 -> 6.2.2
Configuration menu - View commit details
-
Copy full SHA for 41a3746 - Browse repository at this point
Copy the full SHA 41a3746View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1e442 - Browse repository at this point
Copy the full SHA bd1e442View commit details -
Merge pull request #67802 from rnhmjoj/monero
monero-gui: cleanup
Configuration menu - View commit details
-
Copy full SHA for 1a4903a - Browse repository at this point
Copy the full SHA 1a4903aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60216e8 - Browse repository at this point
Copy the full SHA 60216e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a581c4 - Browse repository at this point
Copy the full SHA 5a581c4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d7c7fc4 - Browse repository at this point
Copy the full SHA d7c7fc4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bf70fd - Browse repository at this point
Copy the full SHA 1bf70fdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 37c6e329d9e9...1bf70fd2f178