aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-29 11:04:05 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-29 11:04:05 +0200
commitee85bbfa5f7d18d99e98a71012f28deaa33a3f30 (patch)
treece6ac979d3e7044edda8fde24c5b7f7530070883 /examples
parent958b30f2193c98bb4959a8b214ff5c9a17ae0025 (diff)
add filter and allow to pass PBULDER_OPTS
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/git-pbuilder7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/git-pbuilder b/examples/git-pbuilder
index d8e62e3d..bb1798e9 100755
--- a/examples/git-pbuilder
+++ b/examples/git-pbuilder
@@ -1,8 +1,9 @@
-#!/bin/sh -e
-#
+#!/bin/sh
+#
# pbuilder helper for git-buildpackage
# use this as "builder" in gbp.conf
+set -e
# pass all options to dpkg-buildpackage:
-pdebuild --debbuildopts "$*"
+pdebuild $PBUILDER_OPTS --debbuildopts "-i\.git/ -I.git $*"