aboutsummaryrefslogtreecommitdiff
path: root/gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch')
-rw-r--r--gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch b/gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch
new file mode 100644
index 0000000..b84ec63
--- /dev/null
+++ b/gbp-test2.data/gbp.conf-adapt-to-new-patch-export-option-names-2.patch
@@ -0,0 +1,24 @@
+From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+Date: Thu, 26 Feb 2015 11:12:42 +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 4af2c49..b31adf7 100644
+--- a/.gbp.conf
++++ b/.gbp.conf
+@@ -6,6 +6,6 @@ upstream-branch = srcdata/gbp-test2/upstream
+ upstream-tag = srcdata/gbp-test2/upstream/%(upstreamversion)s
+ packaging-dir = packaging
+ patch-export = True
+-patch-export-ignore-path = ^(packaging/.*|\.gbp.conf)
++patch-ignore-path = ^(packaging/.*|\.gbp.conf)
+ spec-file = packaging/gbp-test2.spec
+
+--
+2.1.4
+