summaryrefslogtreecommitdiff
path: root/.gbp.conf
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-12-19 14:42:04 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-11 17:48:02 +0300
commitf9a3c298d1f5ae67f4fbe2cb9ffa92b79409f0bb (patch)
tree38ee91cc1e7c3fbb8afef1e2bb01d92841ed7bc9 /.gbp.conf
parentff18f94a0e1ad4a50b9308823b3633f9dd92db26 (diff)
downloadlibrpm-tizen-f9a3c298d1f5ae67f4fbe2cb9ffa92b79409f0bb.tar.gz
librpm-tizen-f9a3c298d1f5ae67f4fbe2cb9ffa92b79409f0bb.tar.bz2
librpm-tizen-f9a3c298d1f5ae67f4fbe2cb9ffa92b79409f0bb.zip
Add .gbp.conf
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to '.gbp.conf')
-rw-r--r--.gbp.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644
index 000000000..8fefa2262
--- /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