[neon/infrastructure/pangea-conf-projects] overrides: libksane and ksanecore kf5 builds need to use master and the normal stable branch, contrary to what repo-metadata i18n.json says, else the apps do not like it

Jonathan Esk-Riddell null at kde.org
Wed Jan 17 15:39:38 GMT 2024


Git commit a7fab74dd1c5a1dc1e5051b19a004b500480ad10 by Jonathan Esk-Riddell.
Committed on 17/01/2024 at 16:39.
Pushed by jriddell into branch 'master'.

libksane and ksanecore kf5 builds need to use master and the normal stable branch, contrary to what repo-metadata i18n.json says, else the apps do not like it

M  +4    -4    overrides/base.yaml

https://invent.kde.org/neon/infrastructure/pangea-conf-projects/-/commit/a7fab74dd1c5a1dc1e5051b19a004b500480ad10

diff --git a/overrides/base.yaml b/overrides/base.yaml
index 0a15109..b7a9899 100644
--- a/overrides/base.yaml
+++ b/overrides/base.yaml
@@ -3404,24 +3404,24 @@
     upstream_scm:
       type: git
       url: https://invent.kde.org/graphics/libksane.git
-      branch: release/24.02
+      branch: master
   'Neon/stable':
     upstream_scm:
       type: git
       url: https://invent.kde.org/graphics/libksane.git
-      branch: release/23.08
+      branch: release/24.02
 
 '*invent.kde.org/neon/neon-packaging/ksanecore5':
   'Neon/unstable':
     upstream_scm:
       type: git
       url: https://invent.kde.org/libraries/ksanecore.git
-      branch: release/24.02
+      branch: master
   'Neon/stable':
     upstream_scm:
       type: git
       url: https://invent.kde.org/libraries/ksanecore.git
-      branch: release/23.08
+      branch: release/24.02
 
 '*invent.kde.org/neon/neon-packaging/libksane':
   'Neon/unstable':


More information about the Neon-commits mailing list