aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-11 21:36:22 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-11 21:48:34 +0100
commitcd410237326ccaf8250908ace65db01f47355170 (patch)
tree1e94702425f0b5c957776c824db06295cbd80ec4 /gbp.conf
parent2d84986794d7edaaaca53d3e24390429a1bd327b (diff)
buildpackage: Allow to pass pbuilder options
via commandline or gbp.conf
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index cb0926f8..f5c689cb 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -46,6 +46,12 @@
#notify = off
# Transparently handle submodules
# submodules = True
+# Wheter to use cowbuilder via git-pbuilder(1)
+#pbuilder = True
+# Which distribution to use with git-pbuilder
+#dist = testing
+# Options to pass to pbuilder when using git-pbuilder
+#git-pbuilder-options = '--hookdir /etc/pbuilder/hooks'
# Options only affecting git-import-orig
[git-import-orig]