Add option ‘build-keep-log’ to enable/disable writing of build logs

Fixes #26.
This commit is contained in:
Eelco Dolstra 2012-05-29 16:42:05 -04:00
parent 8058dab26e
commit 2c26985835
3 changed files with 36 additions and 1 deletions

View file

@ -6,6 +6,26 @@
<!--==================================================================-->
<section xml:id="ssec-relnotes-1.1"><title>Release 1.1 (TBA)</title>
<para>This release has the following improvements:</para>
<itemizedlist>
<listitem>
<para>The creation of build logs in
<filename>/nix/var/log/nix/drvs</filename> can be disabled by
setting the new option <literal>build-keep-log</literal> to
<literal>false</literal></para>
</listitem>
</itemizedlist>
</section>
<!--==================================================================-->
<section xml:id="ssec-relnotes-1.0"><title>Release 1.0 (May 11, 2012)</title>