Staging environment for Lix release engineering scripts
Find a file
Eelco Dolstra e2e168f7c2 `nix-store --verify' improvements:
* If a path has disappeared, check its referrers first, and don't try
  to invalidate paths that have valid referrers.  Otherwise we get a
  foreign key constraint violation.
* Read the whole Nix store directory instead of statting each valid
  path, which is slower.
* Acquire the global GC lock.
2010-08-31 11:47:31 +00:00
blacklisting
corepkgs * Allow derivations to hint that they should not be built remotely 2010-08-04 12:13:58 +00:00
doc * Sync with the trunk. 2010-08-24 09:56:28 +00:00
externals * Sync with the trunk. 2010-05-12 22:13:09 +00:00
make
misc * Highlight URLs containing "=" properly. 2009-06-18 10:04:14 +00:00
scripts * When using the build hook, distinguish between the stderr of the 2010-08-30 14:53:03 +00:00
src `nix-store --verify' improvements: 2010-08-31 11:47:31 +00:00
tests * Made the build hook mechanism more efficient. Rather than starting 2010-08-25 20:44:28 +00:00
.gitignore Add `.gitignore'. 2010-02-10 15:55:46 +00:00
aterm-gc.supp * Update the Valgrind suppressions for ATerm 2.5. 2010-02-26 13:10:57 +00:00
AUTHORS
bootstrap.sh * Use SQLite 3.7.0's write-ahead logging (WAL mode). This is a lot 2010-08-04 17:35:59 +00:00
ChangeLog
configure.ac 2010-08-27 11:09:04 +00:00
COPYING
INSTALL
Makefile.am * Don't create /nix/var/nix/gcroots/{tmp,channels}, since they don't 2009-11-23 12:48:54 +00:00
nix.conf.example * Document --cores in the manual. 2010-08-17 07:22:05 +00:00
nix.spec.in * Urgh. 2008-11-20 16:42:52 +00:00
README
release.nix * Sync with the trunk. 2010-08-24 09:56:28 +00:00
substitute.mk * Sync with the trunk. 2010-05-12 22:13:09 +00:00
version * Bump the version number. 2010-08-17 15:39:35 +00:00

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).