summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-01 18:51:37 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-01 18:56:53 +0200
commite68a0a14fbd5653bcce596a6683fd9d9bbd08f13 (patch)
treeb088266d6a1d0a682c7c4cef3f360a1b449eb09d
parente2671b9b64858d78ab83ba7d0857755147a6703c (diff)
docs: Document --postclone hook behaviour
IOhannes m zmoelnig for pointing this out Closes: #833143
-rw-r--r--docs/manpages/gbp-clone.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index 7841a958..28c6ec0c 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -117,6 +117,11 @@
Exported environment variables are: <envar>GBP_GIT_DIR</envar> (the
repository the package is being built from).
</para>
+ <para>Note that if you clone a repository that contains a
+ hook configuration in <filename>debian/gbp.conf</filename>
+ this hook will not be run automatically to prevent execution
+ of untrusted code.
+ </para>
</listitem>
</varlistentry>
</variablelist>