aboutsummaryrefslogtreecommitdiff
path: root/tests/init.sh
AgeCommit message (Collapse)Author
2005-02-01* Make check fixes.Eelco Dolstra
2005-01-31* Start of concurrent garbage collection. Processes write temporaryEelco Dolstra
roots to a per-process temporary file in /nix/var/nix/temproots while holding a write lock on that file. The garbage collector acquires read locks on all those files, thus blocking further progress in other Nix processes, and reads the sets of temporary roots.
2005-01-28* Another horrible `make check' hack.Eelco Dolstra
2005-01-27* Set execute permission.Eelco Dolstra
2005-01-27* Add missing substitutes files to dist.Eelco Dolstra
* Add a garbage collector test.
2005-01-25* Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra
invariant by registering references through the manifest. * Added a test for nix-pull.
2004-06-18* Big refactoring. Move to a much more explicitly state machine basedEelco Dolstra
approach. This makes it much easier to add extra complexity in the normaliser / realiser (e.g., build hooks, substitutes).
2004-05-04* Allow the location of the store etc. to be specified usingEelco Dolstra
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs.