diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-05-12 12:44:34 -0700 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2019-05-14 15:52:29 +0000 |
commit | 09ec7d6979f0edccf1a79cc1610f92f5a45cf687 (patch) | |
tree | f725c2e7aafcabda913bf5b665e2606608ee4279 /doc | |
parent | 615c93b5e9c8ddc6734a13cc55b17f33b6c3182f (diff) | |
download | buildstream-09ec7d6979f0edccf1a79cc1610f92f5a45cf687.tar.gz |
Remove OSTree plugin; It lives now in the bst-plugins-experimental repo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/flatpak-autotools/project.conf | 5 | ||||
-rw-r--r-- | doc/source/core_plugins.rst | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/examples/flatpak-autotools/project.conf b/doc/examples/flatpak-autotools/project.conf index 401dc561a..73197b9ec 100644 --- a/doc/examples/flatpak-autotools/project.conf +++ b/doc/examples/flatpak-autotools/project.conf @@ -13,3 +13,8 @@ options: - x86-64 - x86-32 +plugins: + - origin: pip + package-name: bst-plugins-experimental + sources: + ostree: 0 diff --git a/doc/source/core_plugins.rst b/doc/source/core_plugins.rst index 38ed56e29..b2defe489 100644 --- a/doc/source/core_plugins.rst +++ b/doc/source/core_plugins.rst @@ -55,7 +55,6 @@ Sources sources/zip sources/git sources/bzr - sources/ostree sources/patch sources/deb sources/pip |