[gnome-build-meta/abderrahim/bst2: 26/27] Use plugins from junction origin




commit c338af3b80f6effbc7bb2bf8d94f2178f29e63aa
Author: Abderrahim Kitouni <abderrahim kitouni codethink co uk>
Date:   Thu Jul 7 08:06:45 2022 +0100

    Use plugins from junction origin

 elements/plugins/bst-plugins-experimental.bst | 6 ++++++
 elements/plugins/buildstream-plugins.bst      | 6 ++++++
 project.conf                                  | 8 ++++----
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/elements/plugins/bst-plugins-experimental.bst b/elements/plugins/bst-plugins-experimental.bst
new file mode 100644
index 000000000..61095063f
--- /dev/null
+++ b/elements/plugins/bst-plugins-experimental.bst
@@ -0,0 +1,6 @@
+kind: junction
+
+sources:
+- kind: tar
+  url: 
gitlab:BuildStream/bst-plugins-experimental/-/archive/fca5db54dc294c3369ef72ba252633eaa60b7da8/bst-plugins-experimental-fca5db54dc294c3369ef72ba252633eaa60b7da8.tar.bz2
+  ref: f73f35e6811bb8f6b56cc6e1368ef8a5604bcb59987c7c38771963bb99dbb0e2
diff --git a/elements/plugins/buildstream-plugins.bst b/elements/plugins/buildstream-plugins.bst
new file mode 100644
index 000000000..4b44b8ed2
--- /dev/null
+++ b/elements/plugins/buildstream-plugins.bst
@@ -0,0 +1,6 @@
+kind: junction
+
+sources:
+- kind: tar
+  url: 
pypi:73/c7/fb24f50af82829aa09511d3b7922f042957f1bb82a7084357372996b4d08/buildstream-plugins-1.95.1.tar.gz
+  ref: 44f2bcc9c0a80946c3c156dfea664f7f279bcb5e9af7f204583071f6427de160
diff --git a/project.conf b/project.conf
index 7c2a69eea..8743b8e2d 100644
--- a/project.conf
+++ b/project.conf
@@ -162,8 +162,8 @@ variables:
   fix-pyc-timestamps: ''
 
 plugins:
-- origin: pip
-  package-name: buildstream-plugins
+- origin: junction
+  junction: plugins/buildstream-plugins.bst
   elements:
   - autotools
   - meson
@@ -174,8 +174,8 @@ plugins:
   - cargo
   - patch
 
-- origin: pip
-  package-name: bst-plugins-experimental
+- origin: junction
+  junction: plugins/bst-plugins-experimental.bst
   elements:
   - flatpak_image
   - flatpak_repo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]