Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -10/+10 | |
2009-03-18 | * Acquire the locks on the output paths before trying to run the build | Eelco Dolstra | 1 | -1/+3 | |
hook. This fixes a problem with log files being partially or completely filled with 0's because another nix-store process truncates the log file. It should also be more efficient. | |||||
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 1 | -1/+1 | |
https://svn.nixos.org/repos/nix/nix/branches/no-bdb). | |||||
2006-03-01 | * Add a test for nix-log2xml. | Eelco Dolstra | 1 | -1/+1 | |
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -9/+9 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2006-02-22 | * Aha! | Eelco Dolstra | 1 | -3/+2 | |
2006-02-22 | * WTF? | Eelco Dolstra | 1 | -0/+1 | |
2006-02-22 | * Check whether "nix-store -q --graph" generates a valid dot graph. | Eelco Dolstra | 1 | -0/+18 | |
* Test "nix-store -q --tree" as well. | |||||
2005-12-13 | * Change `referer' to `referrer' throughout. In particular, the | Eelco Dolstra | 1 | -2/+2 | |
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility). | |||||
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -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 the | Eelco Dolstra | 1 | -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 brought | Eelco Dolstra | 1 | -3/+3 | |
back the query flag `--force-realise'. * Fixed some of the tests. | |||||
2005-01-19 | * Change extension `.store' to `.drv'. | Eelco Dolstra | 1 | -1/+1 | |
* Re-enable `nix-store --query --requisites'. | |||||
2004-05-04 | * Another test. | Eelco Dolstra | 1 | -0/+23 | |