Merge pull request #1165 from zimbatm/document-no-build-hook

Document the common --no-build-hook option
This commit is contained in:
Domen Kožar 2016-12-28 16:01:16 +01:00 committed by GitHub
commit 00d93b65fa

View file

@ -191,6 +191,23 @@
</varlistentry>
<varlistentry><term><option>--no-build-hook</option></term>
<listitem>
<para>Disables the build hook mechanism. This allows to ignore remote
builders if they are setup on the machine.</para>
<para>It's useful in cases where the bandwidth between the client and the
remote builder is too low. In that case it can take more time to upload the
sources to the remote builder and fetch back the result than to do the
computation locally.</para>
</listitem>
</varlistentry>
<varlistentry><term><option>--readonly-mode</option></term>