about summary refs log tree commit diff
path: root/tests/check-reqs.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-04-16 Print out all bad references/requisites at onceDan Peebles1-1/+2
Also updates tests to check for new information. Fixes #799
2014-08-28 Add disallowedReferences / disallowedRequisitesEelco Dolstra1-2/+3
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ];
2014-08-28 Introduce allowedRequisites featureGergely Risko1-0/+12