about summary refs log tree commit diff
path: root/maintainers/scripts/remove-old-aliases.py
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12maintainers/scripts/remove-old-aliases: Drop `pkgs.` prefix if presentnicoo1-4/+5
This should provide nicer `throw` messages, and avoid back-and-forth like https://github.com/NixOS/nixpkgs/pull/254418#discussion_r1322076574
2023-05-04maintainers/scripts/remove-old-aliases.py: support quoted attrset keysLily Foster1-2/+3
2022-03-27maintainers/scripts/remove-old-aliases.py: add option to only operate onArtturin1-6/+15
throws
2022-03-08maintainers/scripts/remove-old-aliases.py: ignore lines which have ↵Artturin1-1/+1
'preserve, reason:' in them
2022-02-21maintainers/scripts/remove-old-aliases.py: script to remove old aliasesArtturin1-0/+202
usage './maintainers/scripts/remove-old-aliases.py --year 2018 --file ./pkgs/top-level/aliases.nix' first the matched lines are converted to throws with the comment 'Converted to throw $CURRENT_DATE' then the throws older than the passed date are removed.