aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-04-16 11:23:49 -0400
committerGuido Günther <agx@sigxcpu.org>2016-04-17 17:08:23 +0200
commita507ce23d9838affbb0b5e6fa002307ef27c39da (patch)
tree433a8b0473b776b578d50857026141fa76856b2d /docs
parent074e8e6141f5c7d325b20f73b908409e5ba91e1a (diff)
docs: correct gbp.conf example of multiple filter options
Commit 7e8f3bb1223269cf1b646 fixed the section that explains how to use multiple filter options but forgot to clean up the import-orig example at the end of the manpage. Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp.conf.sgml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml
index 4a298658..369979d1 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -185,12 +185,14 @@ An example set up for packaging work:
[import-orig]
dch = False
- filter = .svn
- filter = .hg
- filter = .bzr
- filter = CVS
- filter = debian/*
- filter = */debian/*
+ filter = [
+ '.svn',
+ '.hg',
+ '.bzr',
+ 'CVS',
+ 'debian/*',
+ '*/debian/*'
+ ]
filter-pristine-tar = True
[import-dsc]