[neon/infrastructure/pangea-conf-projects] overrides: fix all tags as jenkins only does branches

Carlos De Maine null at kde.org
Fri Dec 8 00:56:37 GMT 2023


Git commit b9cceee5b02702a193a54375f980888580a317cf by Carlos De Maine.
Committed on 08/12/2023 at 01:56.
Pushed by carlosdem into branch 'master'.

fix all tags as jenkins only does branches

M  +3    -3    overrides/base.yaml

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

diff --git a/overrides/base.yaml b/overrides/base.yaml
index a127500..72746ec 100644
--- a/overrides/base.yaml
+++ b/overrides/base.yaml
@@ -286,7 +286,7 @@
   'Neon/unstable':
     upstream_scm:
       url: https://github.com/mltframework/mlt.git
-      tag: v7.18.0
+      branch: refs/tags/v7.18.0
 
 '*invent.kde.org/neon/backports-jammy/mold':
   '*':
@@ -647,7 +647,7 @@
     upstream_scm:
       type: git
       url: https://invent.kde.org/system/kup.git
-      tag: kup-0.9.1
+      branch: refs/tags/kup-0.9.1
 
 '*invent.kde.org/neon/forks/live-build':
   '*':
@@ -1143,7 +1143,7 @@
   'Neon/stable':
     upstream_scm:
       type: git
-      tag: v0.5.0
+      branch: refs/tags/v0.5.0
       url: https://invent.kde.org/libraries/libqaccessibilityclient.git
 
 '*invent.kde.org/neon/qt6/qt6-qca':


More information about the Neon-commits mailing list