summary refs log tree commit diff
path: root/maintainers/scripts/rebuild-amount.sh
Commit message (Collapse)AuthorAge
* maintainers/scripts/rebuild-amount.sh: report parallelism, add example, ↵Sergei Trofimovich2021-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup (#137695) * maintainers/scripts/rebuild-amount.sh: report parallelism setting This slightly helps discovering parallelism support. * maintainers/scripts/rebuild-amount.sh: add basic example It's not clear if script should be used against HEAD or HEAD^. Let's have a copyable example. * maintainers/scripts/rebuild-amount.sh: convert tabs to four spaces One notable change is here-document conversion. Before: <TAB>cat <<-FOO <TAB>... <TAB>FOO After: <sp><sp><sp><sp>cat <<FOO <sp><sp><sp><sp>... FOO Note seemingly misaligned 'FOO': '-FOO' understands leading tabs, but not spaces.
* maintainers/*: editorconfig fixeszowoq2020-07-31
|
* rebuild-amount.sh: add --print option (PR #33693)Vladimír Čunát2018-01-14
| | | | to allow additionally listing all the rebuilt packages.
* Merge branch 'master' into stagingVladimír Čunát2017-05-24
|
* Add a script to check the number of packages to rebuild after a modification.Nicolas Pierron2009-10-08
svn path=/nixpkgs/trunk/; revision=17731