[gnome-build-meta/jjardon/ostree_repo: 214/214] Rename ostree plugin to ostree_repo




commit 12f332a6a443c7cc3185b00c58af297f1f87df66
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Jan 31 23:20:57 2021 +0000

    Rename ostree plugin to ostree_repo
    
    To avoid confusion with buildstream's ostree source plugin

 elements/vm/repo-devel.bst                | 2 +-
 elements/vm/repo.bst                      | 2 +-
 plugins/{ostree.py => ostree_repo.py}     | 0
 plugins/{ostree.yaml => ostree_repo.yaml} | 0
 project.conf                              | 2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/elements/vm/repo-devel.bst b/elements/vm/repo-devel.bst
index 517bd38b..27ded15a 100644
--- a/elements/vm/repo-devel.bst
+++ b/elements/vm/repo-devel.bst
@@ -1,4 +1,4 @@
-kind: ostree
+kind: ostree_repo
 
 build-depends:
 - core-deps/libostree.bst
diff --git a/elements/vm/repo.bst b/elements/vm/repo.bst
index f9ecc7ca..382471df 100644
--- a/elements/vm/repo.bst
+++ b/elements/vm/repo.bst
@@ -1,4 +1,4 @@
-kind: ostree
+kind: ostree_repo
 
 build-depends:
 - core-deps/libostree.bst
diff --git a/plugins/ostree.py b/plugins/ostree_repo.py
similarity index 100%
rename from plugins/ostree.py
rename to plugins/ostree_repo.py
diff --git a/plugins/ostree.yaml b/plugins/ostree_repo.yaml
similarity index 100%
rename from plugins/ostree.yaml
rename to plugins/ostree_repo.yaml
diff --git a/project.conf b/project.conf
index 035e6263..641d4317 100644
--- a/project.conf
+++ b/project.conf
@@ -335,4 +335,4 @@ plugins:
   path: plugins
   elements:
     collect_initial_scripts: 0
-    ostree: 0
+    ostree_repo: 0


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