summary refs log tree commit diff
path: root/.version
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-10-25 22:07:10 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-30 23:11:36 -0700
commit0544a7f672749c88b7569f49b33ed5f2437a2e15 (patch)
tree9b1dd0cf6de80be2840410cfc09d3c54148a1303 /.version
parentb8f45c32f89931b68fda102649d3cb6f4e17fa6a (diff)
downloadnixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar.gz
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar.bz2
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar.lz
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar.xz
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.tar.zst
nixpkgs-0544a7f672749c88b7569f49b33ed5f2437a2e15.zip
scripts/mark-broken: improve
This improves on the previous verison of this script.

Previously it only accepted one attr, and required
explicit passing of the "broken" value.

This script is meant to be used to mark failing hydra builds as broken in the meta attrs
To use the script, you should pass the list of failing attrs as arguments to the script.

Example: `cat failing-attrs | xargs ./pkgs/common-update/scripts/mark-broken`

Generating a list of failing attrs: (this should be improved at a later date)
  - Go to the most recent hydra evaluation with all builds completed
  - Select the "builds still failing" tab
  - Highlight and select all packages, should be prefixed with `nixpkgs.`
  - Use regex and editor foo to leave only the attr names
  - Use the above example command to then execute the script

OTHER NOTES:
  - The `denyFileList` and `denyAttrList` will likely need to be updated slightly
    to align with the conventions used in nixpkgs at execution time
  - Any attrs which failed for any reason will be written to `failed-marks.txt`.
    Those attrs will likely need manual attention as disablement will likely be conditional.
Diffstat (limited to '.version')
0 files changed, 0 insertions, 0 deletions