Add .gbp.conf
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 19 Dec 2012 12:42:04 +0000 (14:42 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 11 Jun 2014 14:48:02 +0000 (17:48 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
.gbp.conf [new file with mode: 0644]

diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644 (file)
index 0000000..8fefa22
--- /dev/null
+++ b/.gbp.conf
@@ -0,0 +1,11 @@
+[DEFAULT]
+upstream-branch = tizen
+upstream-tag = tizen/%(upstreamversion)s
+patch-export = True
+patch-export-ignore-path = (.gbp.conf|.gbs.conf|packaging/.*|debian/.*|.gitignore)
+packaging-dir = packaging
+spec-file = packaging/librpm-tizen.spec
+postexport = make all || :
+
+[git-buildpackage]
+upstream-tag = tizen/%(version)s