[neon-notifications] Changes in repo-metadata

Neon CI noreply at kde.org
Mon May 18 19:58:28 BST 2020


commit e5e7159cd0cec222a14daf64e54692315f149256
Author: Ben Cooksley <bcooksley at kde.org>
Date:   Mon May 18 22:04:52 2020 +1200

    Switch from yaml.load to yaml.safe_load.
    
    CCMAIL: ostroffjh at aya.yale.edu

diff --git a/git-helpers/git-kclone b/git-helpers/git-kclone
index 0da88e3e..3c86f4ea 100755
--- a/git-helpers/git-kclone
+++ b/git-helpers/git-kclone
@@ -36,7 +36,7 @@ for currentPath, subdirectories, filesInFolder in os.walk( repositoryMetadataPre
     # Lets load the current metadata up
     metadataPath = os.path.join( currentPath, 'metadata.yaml' )
     metadataFile = open( metadataPath, 'r' )
-    metadata = yaml.load( metadataFile )
+    metadata = yaml.safe_load( metadataFile )
 
     # Have we found a repository?
     # If it is a repository, is it active?
diff --git a/git-helpers/git-kpull b/git-helpers/git-kpull
index 5254d9f3..2479c62f 100755
--- a/git-helpers/git-kpull
+++ b/git-helpers/git-kpull
@@ -33,7 +33,7 @@ for currentPath, subdirectories, filesInFolder in os.walk( repositoryMetadataPre
     # Lets load the current metadata up
     metadataPath = os.path.join( currentPath, 'metadata.yaml' )
     metadataFile = open( metadataPath, 'r' )
-    metadata = yaml.load( metadataFile )
+    metadata = yaml.safe_load( metadataFile )
 
     # Have we found a repository?
     # If it is a repository, is it active?

commit ca618eede4dcf29e1be1ee5b84f9f3c1c3e0cfa6
Author: Ben Cooksley <bcooksley at kde.org>
Date:   Mon May 18 21:07:28 2020 +1200

    Add KWeather to Plasma Mobile
    
    Ref T13160

diff --git a/projects-invent/plasma-mobile/kweather/i18n.json b/projects-invent/plasma-mobile/kweather/i18n.json
new file mode 100644
index 00000000..16d965ee
--- /dev/null
+++ b/projects-invent/plasma-mobile/kweather/i18n.json
@@ -0,0 +1 @@
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
\ No newline at end of file
diff --git a/projects-invent/plasma-mobile/kweather/metadata.yaml b/projects-invent/plasma-mobile/kweather/metadata.yaml
new file mode 100644
index 00000000..129a22cf
--- /dev/null
+++ b/projects-invent/plasma-mobile/kweather/metadata.yaml
@@ -0,0 +1,7 @@
+description: Weather application for Plasma Mobile
+hasrepo: true
+identifier: kweather
+name: KWeather
+projectpath: playground/base/kweather
+repoactive: true
+repopath: plasma-mobile/kweather

commit d04c097069f54f783e47b821c33199e098627c77
Author: Ben Cooksley <bcooksley at kde.org>
Date:   Mon May 18 21:01:31 2020 +1200

    Complete rename of MyCroft repositories.
    
    Ref T13131

diff --git a/projects-invent/plasma-mobile/plasma-mycroft-mobile/i18n.json b/projects-invent/plasma-mobile/mycroft-plasmoid-mobile/i18n.json
similarity index 100%
rename from projects-invent/plasma-mobile/plasma-mycroft-mobile/i18n.json
rename to projects-invent/plasma-mobile/mycroft-plasmoid-mobile/i18n.json
diff --git a/projects-invent/plasma-mobile/plasma-mycroft-mobile/metadata.yaml b/projects-invent/plasma-mobile/mycroft-plasmoid-mobile/metadata.yaml
similarity index 63%
rename from projects-invent/plasma-mobile/plasma-mycroft-mobile/metadata.yaml
rename to projects-invent/plasma-mobile/mycroft-plasmoid-mobile/metadata.yaml
index f5c2ce06..8230cc11 100644
--- a/projects-invent/plasma-mobile/plasma-mycroft-mobile/metadata.yaml
+++ b/projects-invent/plasma-mobile/mycroft-plasmoid-mobile/metadata.yaml
@@ -2,6 +2,6 @@ description: Plasma Mobile integration of different Mycroft AI services.
 hasrepo: true
 identifier: plasma-mycroft-mobile
 name: Mycroft Plasma Mobile integration
-projectpath: playground/utils/plasma-mycroft-mobile
+projectpath: playground/utils/mycroft-plasmoid-mobile
 repoactive: true
-repopath: plasma-mobile/plasma-mycroft-mobile
+repopath: plasma-mobile/mycroft-plasmoid-mobile
diff --git a/projects-invent/utilities/plasma-mycroft/i18n.json b/projects-invent/utilities/mycroft-plasmoid/i18n.json
similarity index 100%
rename from projects-invent/utilities/plasma-mycroft/i18n.json
rename to projects-invent/utilities/mycroft-plasmoid/i18n.json
diff --git a/projects-invent/utilities/plasma-mycroft/metadata.yaml b/projects-invent/utilities/mycroft-plasmoid/metadata.yaml
similarity index 65%
rename from projects-invent/utilities/plasma-mycroft/metadata.yaml
rename to projects-invent/utilities/mycroft-plasmoid/metadata.yaml
index a9946d57..8677fab0 100644
--- a/projects-invent/utilities/plasma-mycroft/metadata.yaml
+++ b/projects-invent/utilities/mycroft-plasmoid/metadata.yaml
@@ -2,6 +2,6 @@ description: Plasma integration of different Mycroft AI services.
 hasrepo: true
 identifier: plasma-mycroft
 name: Mycroft Plasma integration
-projectpath: extragear/utils/plasma-mycroft
+projectpath: extragear/utils/mycroft-plasmoid
 repoactive: true
-repopath: utilities/plasma-mycroft
+repopath: utilities/mycroft-plasmoid



More information about the neon-notifications mailing list