aboutsummaryrefslogtreecommitdiff
path: root/gbp-test2.data/Add-gbp.conf.patch
blob: 6dde1698c42cb871133152b8b983e55316cb7f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Date: Tue, 13 Nov 2012 13:37:10 +0200
Subject: [PATCH] Add gbp.conf

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
---
 .gbp.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gbp.conf

diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644
index 0000000..3d5f92d
--- /dev/null
+++ b/.gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+vendor = Test-Distro
+packaging-branch = master
+packaging-tag = release/%(version)s
+upstream-branch = upstream
+upstream-tag = upstream/%(upstreamversion)s
+packaging-tag-msg = %(vendor)s release %(version)s
+packaging-dir = packaging
+patch-ignore-path = ^(packaging/.*|\.gbp.conf)
+
-- 
2.1.4