[sysadmin/ci-utilities] /: Register a significant number of now Qt 6 only Plasma projects to have their legacy Qt 5 binaries deleted from the CI system.

Ben Cooksley null at kde.org
Sat Jun 10 22:44:15 BST 2023


Git commit 5ff1811e8aa615e2d1d864bfdd6f721fab67ebe4 by Ben Cooksley.
Committed on 10/06/2023 at 21:44.
Pushed by bcooksley into branch 'master'.

Register a significant number of now Qt 6 only Plasma projects to have their legacy Qt 5 binaries deleted from the CI system.
This only affects master branch, but should flush out any other CI builds relying on old, antiquated artifacts that will not be refreshed anymore.

CCMAIL: plasma-devel at kde.org

M  +8    -0    package-registry-cleanup.py

https://invent.kde.org/sysadmin/ci-utilities/-/commit/5ff1811e8aa615e2d1d864bfdd6f721fab67ebe4

diff --git a/package-registry-cleanup.py b/package-registry-cleanup.py
index b75d326..921a530 100644
--- a/package-registry-cleanup.py
+++ b/package-registry-cleanup.py
@@ -49,6 +49,14 @@ projectsWithQt6OnlyMaster = [
     'kross', 'krunner', 'kservice', 'ktexteditor', 'ktextwidgets', 'kunitconversion', 'kwallet', 'kwayland', 'kwidgetsaddons', 'kwindowsystem',
     'kxmlgui', 'kxmlrpcclient', 'modemmanager-qt', 'networkmanager-qt', 'oxygen-icons5', 'plasma-framework', 'prison', 'purpose', 'qqc2-desktop-style',
     'solid', 'sonnet', 'syndication', 'syntax-highlighting', 'threadweaver',
+    # Plasma
+    'bluedevil', 'drkonqi', 'kde-vdg-extras', 'kinfocenter', 'ksshaskpass', 'kwrited', 'libksysguard', 'pico-wizard', 'plasma-firewall', 
+    'plasma-pa', 'plasma-thunderbolt', 'plasma5support', 'sddm-kcm', 'flatpak-kcm', 'kdecoration', 'kmenuedit', 'ksystemstats','lancelot',
+    'milou', 'plasma-vault', 'plymouth-kcm', 'kactivitymanagerd', 'kdeplasma-addons', 'kpipewire', 'kwallet-pam', 'plasma-browser-integration',
+    'plasma-mobile', 'plasma-sdk', 'polkit-kde-agent-1', 'systemsettings', 'kde-cli-tools', 'kgamma5', 'kscreen', 'layer-shell-qt',
+    'oxygen-gtk', 'plasma-desktop', 'plasma-nano', 'plasma-workspace', 'powerdevil', 'xdg-desktop-portal-kde', 'discover', 'kde-gtk-config',
+    'kglobalacceld', 'kscreenlocker', 'kwin', 'libkscreen', 'plasma-disks', 'plasma-nm', 'plasma-systemmonitor', 'plasma-workspace-wallpapers',
+    'qqc2-breeze-style',
 ]
 
 # Configuration - list of projects to always remove


More information about the Plasma-devel mailing list