summary refs log tree commit diff
path: root/src/exec.cc
AgeCommit message (Collapse)Author
2003-10-02* Nix now respects $TMPDIR for the creation of temporary build directories.Eelco Dolstra
* 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 Dolstra
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 Dolstra
2003-08-19* Delete the temporary directories of failed builds by default, and anEelco Dolstra
option `--keep-failed' to override this behaviour.
2003-08-15* Derivation expressions now can specify arguments to be passed to theEelco Dolstra
builder. Note that this unfortunately causes all Fix-computed hashes to change.
2003-07-30* Don't make the builder executable.Eelco Dolstra
2003-07-20* Refactorings.Eelco Dolstra