aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-cowbuilder-sid2
-rwxr-xr-xexamples/gbp-pbuilder2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gbp-cowbuilder-sid b/examples/gbp-cowbuilder-sid
index 4021f23c..02d51a14 100755
--- a/examples/gbp-cowbuilder-sid
+++ b/examples/gbp-cowbuilder-sid
@@ -31,7 +31,7 @@ case $ACTION in
pdebuild --configfile ${CONF} \
--pbuilder cowbuilder \
--buildresult ${GBP_BUILD_DIR}/.. \
- --debbuildopts "-i\.git/ -I.git $*" \
+ --debbuildopts "-i -I $*" \
-- $OPTS
;;
esac
diff --git a/examples/gbp-pbuilder b/examples/gbp-pbuilder
index bb1798e9..ad36237b 100755
--- a/examples/gbp-pbuilder
+++ b/examples/gbp-pbuilder
@@ -5,5 +5,5 @@
set -e
# pass all options to dpkg-buildpackage:
-pdebuild $PBUILDER_OPTS --debbuildopts "-i\.git/ -I.git $*"
+pdebuild $PBUILDER_OPTS --debbuildopts "-i -I $*"