From 99d9b30cc260694545fab42cc70e290e5fbfedbe Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 16 Sep 2014 06:54:18 -0400 Subject: [PATCH] add .gbp.conf for gbp service Signed-off-by: Gui Chen --- .gbp.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gbp.conf diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 0000000..c7c7541 --- /dev/null +++ b/.gbp.conf @@ -0,0 +1,15 @@ +[DEFAULT] +upstream-tag = upstream/%(version)s +patch-export = True +patch-export-ignore-path = (.gbp.conf|.gbs.conf|packaging/.*|debian/.*|.gitignore) +packaging-dir = packaging +#packaging-tag = tizen/%(upstreamversion)s-%(nowtime)s + +[git-buildpackage] +upstream-tag = upstream/%(version)s + +[git-dch] +upstream-tag = upstream/%(version)s + +[gbp-pq-rpm] +pq-branch = patch-queue/%(branch)s -- 2.7.4