diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-03-26 10:53:30 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:46:23 +0200 |
commit | 41360a969ae39af0668a8ad813f760414b0aba40 (patch) | |
tree | 9e05bab70eeed636545958329805c40bd5e51906 /.gbp.conf | |
parent | 6285ebadc73ec9cb8fc8f8ef02dd4ccbc82d7258 (diff) | |
download | git-buildpackage-41360a969ae39af0668a8ad813f760414b0aba40.tar.gz git-buildpackage-41360a969ae39af0668a8ad813f760414b0aba40.tar.bz2 git-buildpackage-41360a969ae39af0668a8ad813f760414b0aba40.zip |
.gbp.conf: Tizen specific changes
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to '.gbp.conf')
-rw-r--r-- | .gbp.conf | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -2,16 +2,24 @@ # Do not merge to packaging (after update) merge=False # Vendor/Distro name -vendor=MyDistro +vendor=Tizen # Package is from Debian upstream-tag=debian/%(version)s # Don't use pristine-tar pristine-tar=False # Branch naming -packaging-branch=experimental-rpm -upstream-branch=master +packaging-branch=master +upstream-branch=upstream +# Tag format for releases +packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s # 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/.*) +# Don't fail if the current branch does not match the main packaging branch +ignore-branch = True + +[git-rpm-ch] +changelog-revision=%(tagname)s |