summaryrefslogtreecommitdiff
path: root/.gbp.conf
blob: ffe959fd47e6535b459a92a03322720a8d25f1bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[DEFAULT]
# Do not merge to packaging (after update)
merge=False
# Package is from Debian
upstream-tag=v%(version)s
# Don't use pristine-tar
pristine-tar=False
# Branch naming
packaging-branch=devel
upstream-branch=upstream
# Subdir for RPM packaging data
packaging-dir=packaging
# Auto-generate patches against upstream
patch-export = True
patch-numbers = True
patch-export-ignore-path = (.gbp.conf|packaging/.*|debian/.*)
# Don't fail if the current branch does not match the main packaging branch
ignore-branch = True