[neon-notifications] Changes in repo-metadata
Neon CI
noreply at kde.org
Sun Feb 25 18:46:26 GMT 2024
commit 4a16a768ec5a2480e7c461234b461812229f5306
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date: Sun Feb 25 18:00:09 2024 +0100
CI: add the missing tags to two test jobs
Otherwise no runner is assigned to them and they are stuck
(gitlab clearly complains about the missing runners).
This is a very new behavior, it seems, but probably wanted,
given that the jobs defined in the templates from ci-utilities
have an explicit tag key.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3656480..13388a78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,11 +23,15 @@ before_script:
check:
stage: test
+ tags:
+ - Linux
script:
- python3 verify-repo-metadata.py --metadata-path projects-invent
lint:
stage: test
+ tags:
+ - Linux
script:
- pip3 install pylint mypy networkx types-PyYAML types-regex
- FILES="*.py git-helpers/* dependencies/tools/*"
commit 8a693a984250173ce4464bbe88af71c3d4a8b134
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date: Sun Feb 25 15:53:48 2024 +0100
Qt6 porting: vakzination is Qt6 only since Dec 2023
diff --git a/projects-invent/pim/vakzination/i18n.json b/projects-invent/pim/vakzination/i18n.json
index 31dfafe5..6ed346aa 100644
--- a/projects-invent/pim/vakzination/i18n.json
+++ b/projects-invent/pim/vakzination/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "none", "trunk_kf6": "master"}
commit e95ad156c0b7948d8b20ffa6b73d01422e24f3fc
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date: Sun Feb 25 15:27:05 2024 +0100
Qt6 migration: mark kopeninghours as Qt6 only
... even though it still supports Qt5, but it is needed
for example by kosmindoormap, which is needed in turn
by itinerary.
So it is going to be advertised as Qt6 in the release
notes for Gear 24.02.
Fix the i18n tracking for both release/24.02 and master,
now tracked by stable_kf6 and trunk_kf6 respectively.
diff --git a/projects-invent/libraries/kopeninghours/i18n.json b/projects-invent/libraries/kopeninghours/i18n.json
index 73373851..e2e93ab1 100644
--- a/projects-invent/libraries/kopeninghours/i18n.json
+++ b/projects-invent/libraries/kopeninghours/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "release/24.02", "trunk_kf5": "master"}
+{"stable": "none", "trunk": "none", "stable_kf5": "none", "trunk_kf5": "none", "stable_kf6": "release/24.02", "trunk_kf6": "master"}
commit 167126611b9cf397f6adaa741be457ca99faaed1
Author: Ben Cooksley <bcooksley at kde.org>
Date: Sun Feb 25 10:08:52 2024 +1300
Register websites/blogs-kde-org in the metadata
diff --git a/projects-invent/websites/blogs-kde-org/i18n.json b/projects-invent/websites/blogs-kde-org/i18n.json
new file mode 100644
index 00000000..9e26dfee
--- /dev/null
+++ b/projects-invent/websites/blogs-kde-org/i18n.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/projects-invent/websites/blogs-kde-org/metadata.yaml b/projects-invent/websites/blogs-kde-org/metadata.yaml
new file mode 100644
index 00000000..84d8bea8
--- /dev/null
+++ b/projects-invent/websites/blogs-kde-org/metadata.yaml
@@ -0,0 +1,7 @@
+description: Contributor blogs site (based on Hugo)
+hasrepo: true
+identifier: websites-blogs-kde-org
+name: Contributor Blogs
+projectpath: websites/blogs-kde-org
+repoactive: true
+repopath: websites/blogs-kde-org
More information about the neon-notifications
mailing list