aboutsummaryrefslogtreecommitdiff
path: root/tests/substituter.sh
AgeCommit message (Collapse)Author
2016-04-29Eliminate the substituter mechanismEelco Dolstra
Substitution is now simply a Store -> Store copy operation, most typically from BinaryCacheStore to LocalStore.
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
For instance, it's pointless to keep copy-from-other-stores running if there are no other stores, or download-using-manifests if there are no manifests. This also speeds things up because we don't send queries to those substituters.
2012-07-27Let build.cc verify the expected hash of a substituter's outputEelco Dolstra
Since SubstitutionGoal::finished() in build.cc computes the hash anyway, we can prevent the inefficiency of computing the hash twice by letting the substituter tell Nix about the expected hash, which can then verify it.
2012-07-26Fix the substituter testsEelco Dolstra
2010-11-17* Test that download sizes are shown correctly.Eelco Dolstra
2010-11-17* Fix the test.Eelco Dolstra
2008-08-04* Fix the tests.Eelco Dolstra
2008-08-02* Make nix-env --dry-run print the paths to be substituted correctlyEelco Dolstra
again. (After the previous substituter mechanism refactoring I didn't update the code that obtains the references of substitutable paths.) This required some refactoring: the substituter programs are now kept running and receive/respond to info requests via stdin/stdout.
2007-08-13* Fix the tests.Eelco Dolstra
2005-01-25* Fix the `--fallback' switch.Eelco Dolstra
* Fix the substitutes tests.