[gnome-build-meta/abderrahim/bst2: 13/17] Use plugins from junction origin




commit 2ee0c79d08d09aac43a6a235c28fcfe1f2dc957c
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 | 5 +++++
 elements/plugins/buildstream-plugins.bst      | 5 +++++
 junction.refs                                 | 4 ++++
 project.conf                                  | 8 ++++----
 4 files changed, 18 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..8a53f551b
--- /dev/null
+++ b/elements/plugins/bst-plugins-experimental.bst
@@ -0,0 +1,5 @@
+kind: junction
+
+sources:
+- kind: tar
+  url: 
gitlab:BuildStream/bst-plugins-experimental/-/archive/fca5db54dc294c3369ef72ba252633eaa60b7da8/bst-plugins-experimental-fca5db54dc294c3369ef72ba252633eaa60b7da8.tar.bz2
diff --git a/elements/plugins/buildstream-plugins.bst b/elements/plugins/buildstream-plugins.bst
new file mode 100644
index 000000000..2a868a755
--- /dev/null
+++ b/elements/plugins/buildstream-plugins.bst
@@ -0,0 +1,5 @@
+kind: junction
+
+sources:
+- kind: tar
+  url: github_files:apache/buildstream-plugins/archive/be1817d649e277a17563db2b2c0e959ae2fef550.tar.gz
diff --git a/junction.refs b/junction.refs
index 52067ee36..2379792c3 100644
--- a/junction.refs
+++ b/junction.refs
@@ -2,3 +2,7 @@ projects:
   gnome:
     freedesktop-sdk.bst:
     - ref: freedesktop-sdk-22.08rc.2-94-g3e79481701c6575005ab82c9685d0f298c141286
+    plugins/buildstream-plugins.bst:
+    - ref: 8d45f09bfd7e1b903bf24c3431b7448c80c08261f9e9a646f8e1119aff73f820
+    plugins/bst-plugins-experimental.bst:
+    - ref: f73f35e6811bb8f6b56cc6e1368ef8a5604bcb59987c7c38771963bb99dbb0e2
diff --git a/project.conf b/project.conf
index 1ef4a55e6..9e29ee9f1 100644
--- a/project.conf
+++ b/project.conf
@@ -165,8 +165,8 @@ variables:
   fix-pyc-timestamps: ''
 
 plugins:
-- origin: pip
-  package-name: buildstream-plugins
+- origin: junction
+  junction: plugins/buildstream-plugins.bst
   elements:
   - autotools
   - meson
@@ -177,8 +177,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]