blob: c8210d1746c92aa18b93058c6b542cfc5bbf555f (
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
|
From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Date: Thu, 26 Feb 2015 11:10:16 +0200
Subject: [PATCH] gbp.conf: adapt to new patch-export option names
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
---
.gbp.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gbp.conf b/.gbp.conf
index c611421..eb3aaae 100644
--- a/.gbp.conf
+++ b/.gbp.conf
@@ -5,6 +5,6 @@ packaging-tag = srcdata/gbp-test2/release-orphan/%(version)s
upstream-branch = srcdata/gbp-test2/upstream
upstream-tag = srcdata/gbp-test2/upstream/%(upstreamversion)s
packaging-dir = packaging
-patch-export-ignore-path = ^(packaging/.*|\.gbp.conf)
+patch-ignore-path = ^(packaging/.*|\.gbp.conf)
spec-file = packaging/gbp-test2.spec
--
2.1.4
|