1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-26 08:55:06 +03:00
lvm2/nix
2015-07-04 14:36:57 +02:00
..
build.sh NIX: Update the release.nix path in build.sh. 2014-02-28 11:23:52 +01:00
default.nix lockd: Clean up spec 2015-07-04 14:36:57 +02:00
README NIX: Add a short README (to be expanded). 2014-02-28 11:23:52 +01:00

This directory contains nix integration for building and testing LVM2 in various
virtual machine configurations. The *.nix files are written in the nix
declarative language (see http://nixos.org/nix).

There are two basic use-cases for this integration. First, a hydra instance (see
http://divine.fi.muni.cz/hydra/project/lvm2 and
http://divine.fi.muni.cz/~xrockai/lvm-testmatrix.html) builds and tests LVM in
all the configurations described in default.nix after every push to the git
repository. Second, any nix-enabled system can very closely reproduce any of
those test scenarios using the "build.sh" script and an appropriate checkout of
"nixpkgs" (cf. http://nixos.org/nixpkgs).

(The rest of this document is TODO.)