summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-03-26 10:53:30 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-04-03 10:11:42 +0300
commitbc55db62de09bc811f2106924c5327b9a4249516 (patch)
treec18728dc812e6534b9c249ef97b19fa883a35dbb
parent1eb8fb30171205d3ec0605fe691a8bd6a72d5eee (diff)
downloadgit-buildpackage-bc55db62de09bc811f2106924c5327b9a4249516.tar.gz
git-buildpackage-bc55db62de09bc811f2106924c5327b9a4249516.tar.bz2
git-buildpackage-bc55db62de09bc811f2106924c5327b9a4249516.zip
.gbp.conf: Tizen specific changes
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--.gbp.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gbp.conf b/.gbp.conf
index 7416fb02..659b0034 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -2,20 +2,19 @@
# 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=experimental
+packaging-branch=master
+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/.*)
# Export hook
postexport=make dsc
-# We build with osc/obs, by default
-builder=osc