Age | Commit 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 at | Eelco 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 an | Eelco Dolstra | |
option `--keep-failed' to override this behaviour. | |||
2003-08-15 | * Derivation expressions now can specify arguments to be passed to the | Eelco 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 | |