about summary refs log tree commit diff
path: root/tests/nix-pull.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12 Fix test failure on DarwinEelco Dolstra1-1/+1
Apparently our DBD::SQLite links against /usr/lib/libsqlite3.dylib, which is an old version that doesn't respect foreign key constraints. So manifests/cache.sqlite doesn't get updated properly when a manifest disappears. We should fix our DBD::SQLite, but in the meantime this will fix the test. http://hydra.nixos.org/build/3017959
2012-07-26 nix-push: Support generating a manifest againEelco Dolstra1-1/+1
This makes all the tests succeed. Woohoo!
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-6/+6
2011-10-10 * Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm underEelco Dolstra1-1/+1
the Nix:: namespace.
2007-09-04 * nix-push / generate-patches: bzip the manifest.Eelco Dolstra1-1/+1
2007-08-13 * Fix the tests.Eelco Dolstra1-1/+3
2006-09-21 * `nix-install-package --url': install from a URL (NIX-12).Eelco Dolstra1-10/+0
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg.
2006-03-01 * TDD! Woohoo!Eelco Dolstra1-1/+1
2006-03-01 * Test nix-build. This also tests indirect roots.Eelco Dolstra1-1/+3
2006-03-01 * Simplification.Eelco Dolstra1-7/+7
2006-03-01 * Make it easy to run individual tests from the command line.Eelco Dolstra1-0/+2
2005-05-06 * Mac OS X (and POSIX) doesn't have readlink.Eelco Dolstra1-1/+1
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-0/+4
* 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 * Really fix the substitute mechanism, i.e., ensure the closureEelco Dolstra1-0/+33
invariant by registering references through the manifest. * Added a test for nix-pull.