summaryrefslogtreecommitdiff
path: root/tests/cachekey/project/sources
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2017-10-30 18:03:03 +0100
committerMathieu Bridon <bochecha@daitauha.fr>2017-11-03 14:57:24 +0800
commit958d118a380a4785e26f4542532216c33bad408d (patch)
tree30b0ae15a741e2d9820d07bdd17072e5261d00cf /tests/cachekey/project/sources
parent3f25bb99437b17e627c26719c83c14294fe25e80 (diff)
downloadbuildstream-958d118a380a4785e26f4542532216c33bad408d.tar.gz
Add a new zip sourcezip
This is equivalent to the tar source, but for Zip archives.
Diffstat (limited to 'tests/cachekey/project/sources')
-rw-r--r--tests/cachekey/project/sources/zip1.bst5
-rw-r--r--tests/cachekey/project/sources/zip1.expected1
-rw-r--r--tests/cachekey/project/sources/zip2.bst6
-rw-r--r--tests/cachekey/project/sources/zip2.expected1
4 files changed, 13 insertions, 0 deletions
diff --git a/tests/cachekey/project/sources/zip1.bst b/tests/cachekey/project/sources/zip1.bst
new file mode 100644
index 000000000..a55eeb969
--- /dev/null
+++ b/tests/cachekey/project/sources/zip1.bst
@@ -0,0 +1,5 @@
+kind: import
+sources:
+- kind: zip
+ url: https://example.com/releases/1.4/foo-1.4.5.zip
+ ref: 6c9f6f68a131ec6381da82f2bff978083ed7f4f7991d931bfa767b7965ebc94b
diff --git a/tests/cachekey/project/sources/zip1.expected b/tests/cachekey/project/sources/zip1.expected
new file mode 100644
index 000000000..6672e86ce
--- /dev/null
+++ b/tests/cachekey/project/sources/zip1.expected
@@ -0,0 +1 @@
+61b75fc80ab68a1aadc62afbbbc617d94ba561849fe31b4aab943b739191f96c \ No newline at end of file
diff --git a/tests/cachekey/project/sources/zip2.bst b/tests/cachekey/project/sources/zip2.bst
new file mode 100644
index 000000000..1f3961a6b
--- /dev/null
+++ b/tests/cachekey/project/sources/zip2.bst
@@ -0,0 +1,6 @@
+kind: import
+sources:
+- kind: zip
+ url: https://example.com/releases/1.4/foo-1.4.5.zip
+ ref: 6c9f6f68a131ec6381da82f2bff978083ed7f4f7991d931bfa767b7965ebc94b
+ base-dir: src
diff --git a/tests/cachekey/project/sources/zip2.expected b/tests/cachekey/project/sources/zip2.expected
new file mode 100644
index 000000000..092f688c5
--- /dev/null
+++ b/tests/cachekey/project/sources/zip2.expected
@@ -0,0 +1 @@
+692cb18cb28ab55aaaab97a92de07c924791cb8b89e1094771ab035f051ad4c4 \ No newline at end of file