about summary refs log tree commit diff
path: root/src/exec.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-10-02 * Nix now respects $TMPDIR for the creation of temporary build directories.Eelco Dolstra1-5/+1
* Retry creation of a temporary directory (with a different name) in the case of EEXIST.
2003-08-29 * Do not show the output of the builder unless the verbosity is atEelco Dolstra1-1/+5
least at debug level (-vvv). The output is still appended to the build log in /nix/var/log/nix.
2003-08-19 * Pipe /dev/null into stdin.Eelco Dolstra1-0/+10
2003-08-19 * Delete the temporary directories of failed builds by default, and anEelco Dolstra1-1/+5
option `--keep-failed' to override this behaviour.
2003-08-15 * Derivation expressions now can specify arguments to be passed to theEelco Dolstra1-11/+22
builder. Note that this unfortunately causes all Fix-computed hashes to change.
2003-07-30 * Don't make the builder executable.Eelco Dolstra1-4/+0
2003-07-20 * Refactorings.Eelco Dolstra1-0/+123