-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: e22d072c641b
head repository: NixOS/nixpkgs-channels
compare: 8d1eddea16a4
Commits on May 16, 2018
-
nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…
… derivations to new pullImage function signature
Configuration menu - View commit details
-
Copy full SHA for b4b3892 - Browse repository at this point
Copy the full SHA b4b3892View commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 19f768a - Browse repository at this point
Copy the full SHA 19f768aView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2a14e89 - Browse repository at this point
Copy the full SHA 2a14e89View commit details -
dockerTools: fixes extraCommands for mkRootLayer.
The extraCommands was, previously, simply put in the body of the script using nix expansion `${extraCommands}` (which looks exactly like bash expansion!). This causes issues like in #34779 where scripts will eventually create invalid bash. The solution is to use a script like `run-as-root`. * * * Fixes #34779
Configuration menu - View commit details
-
Copy full SHA for 60737bd - Browse repository at this point
Copy the full SHA 60737bdView commit details -
Skopeo used by our docker tools was patched to work in the build sandbox (it used /var/tmp which is not available in the sandbox). Since this temporary directory can now be set at build time, we remove the patch from our docker tools.
Configuration menu - View commit details
-
Copy full SHA for 8f71ce7 - Browse repository at this point
Copy the full SHA 8f71ce7View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/criu/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/crit had a zero exit code or showed the expected version - /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/compel passed the binary check. - /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/criu passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 0 of 3 passed binary check by having the new version present in output. - found 3.9 with grep in /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9 - directory tree listing: https://gist.github.com/5db13cedfd351a5d1fd8ed3d70ccbac3 - du listing: https://gist.github.com/3a064c8b51705c90c1093a81ab9495ee
Configuration menu - View commit details
-
Copy full SHA for c0e0c70 - Browse repository at this point
Copy the full SHA c0e0c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8987a7 - Browse repository at this point
Copy the full SHA c8987a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e41891 - Browse repository at this point
Copy the full SHA 2e41891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b29b2c - Browse repository at this point
Copy the full SHA 6b29b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e243993 - Browse repository at this point
Copy the full SHA e243993View commit details -
nixos mysql: make start-up more robust (#41010)
1) Change start-type to ```notify``` when running MariaDB so that we don't have to busy-wait for the socket to appear. 2) Do not manually create the directory under /run as we can get systemd to do that for us. This opens up the possibility later for not having to launch as root.
Configuration menu - View commit details
-
Copy full SHA for 5b468ea - Browse repository at this point
Copy the full SHA 5b468eaView commit details -
lib: Fix
nix-env -qaP -f . --xml --meta
The function value cannot be serialized so nix-env was mad. Turns out we can just remove it like we do in `lib/systems/inspect.nix`.
Configuration menu - View commit details
-
Copy full SHA for d437f2c - Browse repository at this point
Copy the full SHA d437f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7428c - Browse repository at this point
Copy the full SHA fb7428cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e5a8b - Browse repository at this point
Copy the full SHA 96e5a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2918083 - Browse repository at this point
Copy the full SHA 2918083View commit details -
(cherry picked from commit a43d47121d33240e124f02cfe6b3124b28bfcf62)
Configuration menu - View commit details
-
Copy full SHA for ede4962 - Browse repository at this point
Copy the full SHA ede4962View commit details -
Merge pull request #41016 from markuskowa/slurm-pr
nixos/slurm: fix default module parameters, update documenation
Configuration menu - View commit details
-
Copy full SHA for 8d4716a - Browse repository at this point
Copy the full SHA 8d4716aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3489e - Browse repository at this point
Copy the full SHA bd3489eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a54c1c2 - Browse repository at this point
Copy the full SHA a54c1c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429d81d - Browse repository at this point
Copy the full SHA 429d81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42af0d6 - Browse repository at this point
Copy the full SHA 42af0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96cc05 - Browse repository at this point
Copy the full SHA d96cc05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902b059 - Browse repository at this point
Copy the full SHA 902b059View commit details -
Merge pull request #41036 from florianjacob/matrix-synapse
matrix-synapse: 0.28.1 -> 0.30.0
Configuration menu - View commit details
-
Copy full SHA for 3cfc90e - Browse repository at this point
Copy the full SHA 3cfc90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e84af1 - Browse repository at this point
Copy the full SHA 0e84af1View commit details -
Merge pull request #40665 from seppeljordan/fix-kubernetes-modules
nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…
Configuration menu - View commit details
-
Copy full SHA for 4ccb13a - Browse repository at this point
Copy the full SHA 4ccb13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d2a6e - Browse repository at this point
Copy the full SHA a2d2a6eView commit details -
Merge pull request #41043 from obsidiansystems/fix-nix-env-meta
lib: Fix `nix-env -qaP -f . --xml --meta`
Configuration menu - View commit details
-
Copy full SHA for 2ce9d4f - Browse repository at this point
Copy the full SHA 2ce9d4fView commit details -
Merge pull request #40947 from samueldr/fix/34779
dockerTools: fixes extraCommands for mkRootLayer.
Configuration menu - View commit details
-
Copy full SHA for 2e98e0c - Browse repository at this point
Copy the full SHA 2e98e0cView commit details -
smplayer: 18.4.0 -> 18.5.0 (#41040)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/smplayer/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0/bin/smplayer had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0/bin/simple_web_server had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 18.5.0 with grep in /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0 - directory tree listing: https://gist.github.com/68e3b40c30899a9dbba0225f52760bda - du listing: https://gist.github.com/e7152199c8f96f4ba4fdcc614d54f3d8
Configuration menu - View commit details
-
Copy full SHA for 736d6e3 - Browse repository at this point
Copy the full SHA 736d6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e0fb0 - Browse repository at this point
Copy the full SHA 99e0fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc0099 - Browse repository at this point
Copy the full SHA 9dc0099View commit details -
perlPackages.DateManip: disable tests on i686
Build froze and timed out during tests on i686.
Configuration menu - View commit details
-
Copy full SHA for 3b336d0 - Browse repository at this point
Copy the full SHA 3b336d0View commit details -
nixos/slurm: fix xml tag mismatch in manual
build of nixos manual broke because of mismatched xml tags in an option description introduced in #41016.
Configuration menu - View commit details
-
Copy full SHA for 7ba417a - Browse repository at this point
Copy the full SHA 7ba417aView commit details -
Merge pull request #40884 from vbgl/ocaml-earley-ocaml
ocamlPackages.earley_ocaml: init at 1.0.2
Configuration menu - View commit details
-
Copy full SHA for 8d1edde - Browse repository at this point
Copy the full SHA 8d1eddeView 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 e22d072c641b...8d1eddea16a4