aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-04Drop the Perl-specific CFLAGSEelco Dolstra
2012-05-04Don't build for old Debian/Ubuntu releases that don't have a sufficiently new...Eelco Dolstra
2012-05-04Don't build for old Fedora releases that don't have a sufficiently new SQLiteEelco Dolstra
2012-05-04Require SQLite >= 3.6.19Eelco Dolstra
2012-05-01Use mkpath instead of make_pathEelco Dolstra
2012-05-01Do "make installcheck" for RPM buildsEelco Dolstra
2012-05-01Do "make installcheck" for Debian buildsEelco Dolstra
2012-04-30* Add an option ‘build-use-substitutes’, which can be set to ‘false’Eelco Dolstra
2012-04-30Support mandatory system features in the build hookEelco Dolstra
2012-04-30Update the documentation of build-remote.plEelco Dolstra
2012-04-30Handle EPERM when creating a hard link for the chrootEelco Dolstra
2012-04-26Don't use the build hook for unpacking channelsEelco Dolstra
2012-04-24Fix a warning in the build hook about $progressViewerEelco Dolstra
2012-04-23Merge pull request #2 from viric/masterEelco Dolstra
2012-04-18Fix URL set by nix-channelEelco Dolstra
2012-04-17nix-instantiate: default to "default.nix" if no arguments are givenEelco Dolstra
2012-04-17Added utility command ‘nix-instantiate --find-file’ to look up a file in ...Eelco Dolstra
2012-04-16Hack to prevent accumulation of old manifestsEelco Dolstra
2012-04-16Fix obscure race condition in GC root creationEelco Dolstra
2012-04-15Set a few more close-on-exec flagsEelco Dolstra
2012-04-15Close almost all file descriptors in the builderEelco Dolstra
2012-04-14If the (redirected) channel URL contains a version number, use itEelco Dolstra
2012-04-14Follow redirects early to ensure consistency between the manifest and the tar...Eelco Dolstra
2012-04-14Urgh, modified the wrong file...Eelco Dolstra
2012-04-14Remove unnecessary "system" argumentEelco Dolstra
2012-04-14nix-channel improvementsEelco Dolstra
2012-04-13If "pv" is available at compile time, hard-code its pathEelco Dolstra
2012-04-13nix-copy-closure: Move the progressViewer directly adjacent to the ssh call s...Shea Levy
2012-04-13Add the '--show-progress' flag to nix-copy-closureShea Levy
2012-04-13Use Bison 2.5Eelco Dolstra
2012-04-10Unconfuse RobEelco Dolstra
2012-04-10Handle the case where $SHELL is not setEelco Dolstra
2012-04-09Merge pull request #5 from shlevy/doc-fixRob Vermaas
2012-04-08Nix is on github nowShea Levy
2012-04-06Fix building from the tarballEelco Dolstra
2012-04-06Documentation fixEelco Dolstra
2012-04-06Include environment variables in the manpagesEelco Dolstra
2012-04-06Include common options in the manpages using some XInclude hackeryEelco Dolstra
2012-04-06Update affiliationEelco Dolstra
2012-04-06Add a missing DocBook source file to the tarballEelco Dolstra
2012-04-05On Linux, pretend we're building on Linux 2.6Eelco Dolstra
2012-04-04nix-generate-patches: Optionally write new patches to $NIX_ALL_PATCHESHydra mirror
2012-04-04Include --keep-going in --helpEelco Dolstra
2012-04-04Follow redirects when checking for the existence of MANIFEST.bz2Eelco Dolstra
2012-03-27Update "nix-build --help"Eelco Dolstra
2012-03-27Add an option "--exclude" to filter dependencies in "nix-build --run-env"Eelco Dolstra
2012-03-27Allow the command executed by "nix-build --run-env" to be overriden with --co...Eelco Dolstra
2012-03-26Mac OS X fixEelco Dolstra
2012-03-26Delete non-directory valid paths right awayEelco Dolstra
2012-03-26Make the garbage collector more concurrentEelco Dolstra