[neon-notifications] Changes in repo-metadata
Neon CI
noreply at kde.org
Sun Apr 7 19:46:22 BST 2024
commit d7a4300b08fbc04d8055f0e45c0ee62963c4f4b9
Author: Alexander Reinholdt <alexander.reinholdt at kdemail.net>
Date: Sun Apr 7 19:09:22 2024 +0200
Update repo metadata for Smb4K
diff --git a/projects-invent/network/smb4k/i18n.json b/projects-invent/network/smb4k/i18n.json
index 2b16326e..c019be20 100644
--- a/projects-invent/network/smb4k/i18n.json
+++ b/projects-invent/network/smb4k/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "3.2", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "none", "stable_kf6": "none", "trunk_kf6": "master"}
commit e72d2a237acc24b6981b4bc4b59fbd01dfffc472
Author: Ben Cooksley <bcooksley at kde.org>
Date: Sun Apr 7 11:01:10 2024 +1200
Port to more correct Gitlab CI include syntax
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13388a78..149618bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,8 @@
+include:
+ - project: sysadmin/ci-utilities
+ file:
+ - /gitlab-templates/json-validation.yml
+
image: python:latest
# Change pip's cache directory to be inside the project directory since we can
@@ -43,5 +48,8 @@ lint:
- mypy --strict dependencies/tools/list_dependencies
- mypy --strict dependencies/tools/list_preferred_repo_branch
+
include:
- - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/json-validation.yml
+ - project: sysadmin/ci-utilities
+ file:
+ - /gitlab-templates/json-validation.yml
commit 8a404a9a66332b5860cb8b58bc7d9b79ca4d8267
Author: Ben Cooksley <bcooksley at kde.org>
Date: Sun Apr 7 10:58:24 2024 +1200
Ensure we have a Qt 5 compatible branch available for KTextAddons
diff --git a/branch-rules.yml b/branch-rules.yml
index f81998b8..08545816 100644
--- a/branch-rules.yml
+++ b/branch-rules.yml
@@ -108,7 +108,7 @@
'sdk/selenium-webdriver-at-spi': 'master'
'libraries/pulseaudio-qt': 'master'
'libraries/kirigami-addons': 'kf5'
- 'libraries/ktextaddons': 'master'
+ 'libraries/ktextaddons': '1.5'
'libraries/kdsoap-ws-discovery-client': 'master'
'libraries/futuresql': 'master'
'libraries/mpvqt': 'master'
More information about the neon-notifications
mailing list