about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mcelog
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-12-10mcelog: 179 -> 180Mario Rodas1-2/+2
2021-12-09mcelog: 178 -> 179R. Ryantm1-2/+2
2021-08-07mcelog: 175 -> 178R. RyanTM1-3/+3
2021-02-25mcelog: 173 -> 175R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-28mcelog: 169 -> 173R. RyanTM1-2/+2
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-05-09mcelog: 168 -> 169R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-08mcelog: 167 -> 168R. RyanTM1-2/+2
2019-12-23mcelog: 166 -> 167R. RyanTM1-2/+2
2019-12-01mcelog: 165 -> 166R. RyanTM1-2/+2
2019-11-06mcelog: 164 -> 165 (#72583)R. RyanTM1-2/+2
2019-08-27Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-19mcelog: 162 -> 164R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-27mcelog: 161 -> 162 (#57317)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions
2018-10-12mcelog: 160 -> 161 (#47768)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions
2018-08-16mcelog: 159 -> 160R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions.
2018-06-18mcelog: 158 -> 159 (#41992)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions. These checks were done: - built on NixOS - /nix/store/cb40l2kslmy5lr78j30h74d1mbpa6bxv-mcelog-159/bin/mcelog passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 159 with grep in /nix/store/cb40l2kslmy5lr78j30h74d1mbpa6bxv-mcelog-159 - directory tree listing: https://gist.github.com/453a2e6f8b596debb0596272afaf34c1 - du listing: https://gist.github.com/57e4337775456719a1e299eee738068f
2018-05-28mcelog: 157 -> 158 (#41112)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions. These checks were done: - built on NixOS - /nix/store/1fqizqnwbm6d0m3bfhf07ifi974lf462-mcelog-158/bin/mcelog passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 158 with grep in /nix/store/1fqizqnwbm6d0m3bfhf07ifi974lf462-mcelog-158 - directory tree listing: https://gist.github.com/9d64a5e08433a1d54e003d1331d5dcb4 - du listing: https://gist.github.com/58a6326ee54553f647aebedff6e4e46d
2018-04-20mcelog: 156 -> 157R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mcelog/versions. These checks were done: - built on NixOS - ran ‘/nix/store/8dyjjqwjjhzsdfzk8sk0v2qj8b72gc5l-mcelog-157/bin/mcelog --help’ got 0 exit code - ran ‘/nix/store/8dyjjqwjjhzsdfzk8sk0v2qj8b72gc5l-mcelog-157/bin/mcelog --version’ and found version 157 - found 157 with grep in /nix/store/8dyjjqwjjhzsdfzk8sk0v2qj8b72gc5l-mcelog-157 - directory tree listing: https://gist.github.com/cc3e7a088b51c408fc98ae7bba0d57c3
2018-03-14mcelog: 154 -> 156Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/3zc741ihwv728148wk2m7a61hj9rrp5c-mcelog-156/bin/mcelog --help` got 0 exit code - ran `/nix/store/3zc741ihwv728148wk2m7a61hj9rrp5c-mcelog-156/bin/mcelog --version` and found version 156 - ran `/nix/store/3zc741ihwv728148wk2m7a61hj9rrp5c-mcelog-156/bin/mcelog --help` and found version 156 - found 156 with grep in /nix/store/3zc741ihwv728148wk2m7a61hj9rrp5c-mcelog-156 - found 156 in filename of file in /nix/store/3zc741ihwv728148wk2m7a61hj9rrp5c-mcelog-156
2018-02-27mcelog: 153 -> 154Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` got 0 exit code - ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --version` and found version 154 - ran `/nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154/bin/mcelog --help` and found version 154 - found 154 with grep in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154 - found 154 in filename of file in /nix/store/17fxzl242z1bjng82m4aqlbsjhdnxjb0-mcelog-154
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-07-27mcelog: 148 -> 153Peter Hoeg1-5/+11
2017-02-26mcelog: 144 -> 148Graham Christensen1-2/+2
2016-11-09mcelog: 142 -> 144Tobias Geerinckx-Rice1-2/+2
2016-11-05mcelog: 138 -> 142Tobias Geerinckx-Rice1-2/+2
2016-09-06mcelog: add utillinux as dependencyBjørn Forsman1-1/+5
Fixes this: $ sudo mcelog ... unknown-error-trigger: line 21: logger: command not found unknown-error-trigger: line 22: logger: command not found
2016-06-07mcelog: 137 -> 138Tobias Geerinckx-Rice1-2/+2
2016-05-17mcelog: 136 -> 137Tobias Geerinckx-Rice1-2/+2
2016-04-17mcelog: 135 -> 136Tobias Geerinckx-Rice1-2/+2
Adds support to decode MSCOD values for Skylake server.
2016-03-28mcelog: 134 -> 135Tobias Geerinckx-Rice1-2/+2
2016-03-22mcelog: 133 -> 134Tobias Geerinckx-Rice1-2/+2
trigger: Avoid warning from earlier merge
2016-03-06mcelog: 132 -> 133Tobias Geerinckx-Rice1-2/+2
Bugfix: no longer hangs on unknown errors in non-daemon mode.
2016-02-25mcelog: 131 -> 132Tobias Geerinckx-Rice1-2/+2
Add CPU_ATOM to Intel CPU list.
2016-02-11mcelog: 130 -> 131Tobias Geerinckx-Rice1-2/+2
Don't error out when MCE write fails.
2016-02-10mcelog: 129 -> 130Tobias Geerinckx-Rice1-2/+2
Fixes https://github.com/andikleen/mcelog/issues/31.
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2016-01-05mcelog: 128 -> 129Tobias Geerinckx-Rice1-2/+2
Add support to decode MSCOD values for Broadwell-{de,ep,ex}.
2015-11-26Convert some *Flags from strings to listsTobias Geerinckx-Rice1-1/+1
2015-09-30mcelog: build in parallelTobias Geerinckx-Rice1-0/+2
2015-09-30mcelog: 127 -> 128Tobias Geerinckx-Rice1-2/+2
Fix spurious assertion when parsing sysfs.
2015-09-29mcelog: fix `--version` output ("unknown" -> "127")Tobias Geerinckx-Rice1-0/+2
2015-09-29mcelog: 126 -> 127Tobias Geerinckx-Rice1-2/+2
2015-09-15mcelog: 125 -> 126Tobias Geerinckx-Rice1-2/+2
Adds --is-cpu-supported command line option.
2015-09-10mcelog: 124 -> 125Tobias Geerinckx-Rice1-2/+2
2015-08-26mcelog: update 123 -> 124Tobias Geerinckx-Rice1-2/+2