.gbp.conf: Tizen specific changes
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 26 Mar 2013 08:53:30 +0000 (10:53 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Mar 2015 08:07:47 +0000 (10:07 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
.gbp.conf

index 6f74162fe8ed5e6982a3150c387c226fc17cfd10..e39adade660a2cb66e403b734a70a08399295ea7 100644 (file)
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -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/.*|debian/.*)
+# Don't fail if the current branch does not match the main packaging branch
+ignore-branch = True
+
+[git-rpm-ch]
+changelog-revision=%(tagname)s