aboutsummaryrefslogtreecommitdiff
path: root/gbp-test.data/Add-dummy-files.patch
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-11-26 15:03:47 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-11-27 13:49:04 +0200
commit1bf5c3ff0475e617fafbdec91c256ffb2647b02e (patch)
tree7c4a31158751849aec4fb172dbeef6d390210026 /gbp-test.data/Add-dummy-files.patch
parent5f42bfc9950a3a9fb99e19d1502758907d4e9423 (diff)
Add serialized test package repositories
Direct import of the srcdata/<package>/... branches and tags of the main repository into serialized per-package repositories. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'gbp-test.data/Add-dummy-files.patch')
-rw-r--r--gbp-test.data/Add-dummy-files.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/gbp-test.data/Add-dummy-files.patch b/gbp-test.data/Add-dummy-files.patch
new file mode 100644
index 0000000..5669449
--- /dev/null
+++ b/gbp-test.data/Add-dummy-files.patch
@@ -0,0 +1,31 @@
+From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+Date: Wed, 7 Nov 2012 09:13:14 +0200
+Subject: [PATCH] Add dummy files
+
+Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+---
+ README | 1 +
+ dummy.sh | 3 +++
+ 2 files changed, 4 insertions(+)
+ create mode 100644 README
+ create mode 100755 dummy.sh
+
+diff --git a/README b/README
+new file mode 100644
+index 0000000..a1311cb
+--- /dev/null
++++ b/README
+@@ -0,0 +1 @@
++Just for testing git-buildpackage.
+diff --git a/dummy.sh b/dummy.sh
+new file mode 100755
+index 0000000..8c33db6
+--- /dev/null
++++ b/dummy.sh
+@@ -0,0 +1,3 @@
++#!/bin/sh
++
++echo "Hello world"
+--
+2.1.4
+