This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/remove-plugins
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7f9756dc61cdfcd0552b6c3cf1fda3497b7ab8ea
Author: Tristan van Berkom <[email protected]>
AuthorDate: Mon Mar 28 17:02:13 2022 +0900

    tests/cachekey: Removing patch source from cache key tests
---
 tests/cachekey/project/sources/patch1.bst      | 4 ----
 tests/cachekey/project/sources/patch1.expected | 1 -
 tests/cachekey/project/sources/patch2.bst      | 6 ------
 tests/cachekey/project/sources/patch2.expected | 1 -
 tests/cachekey/project/sources/patch3.bst      | 6 ------
 tests/cachekey/project/sources/patch3.expected | 1 -
 tests/cachekey/project/target.bst              | 3 ---
 tests/cachekey/project/target.expected         | 2 +-
 8 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/tests/cachekey/project/sources/patch1.bst 
b/tests/cachekey/project/sources/patch1.bst
deleted file mode 100644
index 255eeb2..0000000
--- a/tests/cachekey/project/sources/patch1.bst
+++ /dev/null
@@ -1,4 +0,0 @@
-kind: import
-sources:
-- kind: patch
-  path: files/patches/patch.diff
diff --git a/tests/cachekey/project/sources/patch1.expected 
b/tests/cachekey/project/sources/patch1.expected
deleted file mode 100644
index 4105aa7..0000000
--- a/tests/cachekey/project/sources/patch1.expected
+++ /dev/null
@@ -1 +0,0 @@
-ebe10de8ffc95d9d0e3472db032a4eda5e21b6dd36fade5e97fca08745a70552
\ No newline at end of file
diff --git a/tests/cachekey/project/sources/patch2.bst 
b/tests/cachekey/project/sources/patch2.bst
deleted file mode 100644
index faab3a2..0000000
--- a/tests/cachekey/project/sources/patch2.bst
+++ /dev/null
@@ -1,6 +0,0 @@
-kind: import
-sources:
-- kind: patch
-  path: files/patches/patch.diff
-  directory: usr/bin
-  strip-level: 1
diff --git a/tests/cachekey/project/sources/patch2.expected 
b/tests/cachekey/project/sources/patch2.expected
deleted file mode 100644
index 8710f42..0000000
--- a/tests/cachekey/project/sources/patch2.expected
+++ /dev/null
@@ -1 +0,0 @@
-db89febc96247d6b0730c7d21041cfef074256866e20aff8372207b962aacd14
\ No newline at end of file
diff --git a/tests/cachekey/project/sources/patch3.bst 
b/tests/cachekey/project/sources/patch3.bst
deleted file mode 100644
index cd22c6b..0000000
--- a/tests/cachekey/project/sources/patch3.bst
+++ /dev/null
@@ -1,6 +0,0 @@
-kind: import
-sources:
-- kind: patch
-  path: files/patches/patch.diff
-  directory: usr/bin
-  strip-level: 3
diff --git a/tests/cachekey/project/sources/patch3.expected 
b/tests/cachekey/project/sources/patch3.expected
deleted file mode 100644
index 19b94ad..0000000
--- a/tests/cachekey/project/sources/patch3.expected
+++ /dev/null
@@ -1 +0,0 @@
-381a0bab35e9e91a9746bd1b6611d773fa6c77aff0317764b9a0379762be16c9
\ No newline at end of file
diff --git a/tests/cachekey/project/target.bst 
b/tests/cachekey/project/target.bst
index 4e253a6..cd5cc31 100644
--- a/tests/cachekey/project/target.bst
+++ b/tests/cachekey/project/target.bst
@@ -9,9 +9,6 @@ depends:
 - sources/git3.bst
 - sources/local1.bst
 - sources/local2.bst
-- sources/patch1.bst
-- sources/patch2.bst
-- sources/patch3.bst
 - sources/remote1.bst
 - sources/remote2.bst
 - sources/tar1.bst
diff --git a/tests/cachekey/project/target.expected 
b/tests/cachekey/project/target.expected
index 6f310dd..bccc890 100644
--- a/tests/cachekey/project/target.expected
+++ b/tests/cachekey/project/target.expected
@@ -1 +1 @@
-16a729fbaad947673ad95468fcf6d00b49fa76b3d6a80fc0866abb8bd9a8a371
\ No newline at end of file
+66c2423caaae90d058d6156ee82832ac817c9f44fac766acaceb6b2d54fabb9c
\ No newline at end of file

Reply via email to