diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-11-29 23:40:38 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-01-27 21:29:35 +0900 |
commit | 1073ae660ccba5fcc76157f04ff13facc084530d (patch) | |
tree | 10f79f2fff7c29292c624881ca9f9b40ea265508 /doc/examples | |
parent | 1c3baa29dac7ee49a7d6b44d906d419645e22b4d (diff) | |
download | buildstream-jjardon/tar_plugin_move.tar.gz |
Remove "tar" pluginjjardon/tar_plugin_move
Use the one from bst-plugins-experimental instead
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/autotools/project.conf | 6 | ||||
-rw-r--r-- | doc/examples/developing/project.conf | 6 | ||||
-rw-r--r-- | doc/examples/integration-commands/project.conf | 6 | ||||
-rw-r--r-- | doc/examples/running-commands/project.conf | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/doc/examples/autotools/project.conf b/doc/examples/autotools/project.conf index 6c1142340..617de5d5d 100644 --- a/doc/examples/autotools/project.conf +++ b/doc/examples/autotools/project.conf @@ -11,3 +11,9 @@ element-path: elements aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ gnu: http://ftpmirror.gnu.org/gnu/automake/ + +plugins: +- origin: pip + package-name: bst-plugins-experimental + sources: + tar: 0 diff --git a/doc/examples/developing/project.conf b/doc/examples/developing/project.conf index 3b0920991..ec3bae24f 100644 --- a/doc/examples/developing/project.conf +++ b/doc/examples/developing/project.conf @@ -10,3 +10,9 @@ element-path: elements # Define an alias for our alpine tarball aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ + +plugins: +- origin: pip + package-name: bst-plugins-experimental + sources: + tar: 0 diff --git a/doc/examples/integration-commands/project.conf b/doc/examples/integration-commands/project.conf index c6c59906b..7fffef058 100644 --- a/doc/examples/integration-commands/project.conf +++ b/doc/examples/integration-commands/project.conf @@ -10,3 +10,9 @@ element-path: elements # Define an alias for our alpine tarball aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ + +plugins: +- origin: pip + package-name: bst-plugins-experimental + sources: + tar: 0 diff --git a/doc/examples/running-commands/project.conf b/doc/examples/running-commands/project.conf index aafb6a9f2..b5ef5645d 100644 --- a/doc/examples/running-commands/project.conf +++ b/doc/examples/running-commands/project.conf @@ -10,3 +10,9 @@ element-path: elements # Define an alias for our alpine tarball aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ + +plugins: +- origin: pip + package-name: bst-plugins-experimental + sources: + tar: 0 |