about summary refs log tree commit diff
path: root/tests/dependencies.sh
AgeCommit message (Collapse)AuthorFilesLines
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-4/+8
* Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests.
2005-01-25 * In nix-store: added query `--referers-closure' that returns theEelco Dolstra1-1/+4
closure of the referers relation rather than the references relation, i.e., the set of all paths that directly or indirectly refer to the given path. Note that contrary to the references closure this set is not fixed; it can change as paths are added to or removed from the store.
2005-01-25 * In nix-store: change `--build' back to `--realise'. Also broughtEelco Dolstra1-3/+3
back the query flag `--force-realise'. * Fixed some of the tests.
2005-01-19 * Change extension `.store' to `.drv'.Eelco Dolstra1-1/+1
* Re-enable `nix-store --query --requisites'.
2004-05-04 * Another test.Eelco Dolstra1-0/+23