[neon/infrastructure/pangea-conf-projects] overrides: only uscan's can have a single * wildcard, git branches need to be explicitly set
Carlos De Maine
null at kde.org
Tue Nov 26 02:14:33 GMT 2024
Git commit a9efc4c94d5a6d13fff4da1579b9d20cb4499a51 by Carlos De Maine.
Committed on 26/11/2024 at 02:14.
Pushed by carlosdem into branch 'master'.
only uscan's can have a single * wildcard, git branches need to be explicitly set
M +6 -1 overrides/base.yaml
https://invent.kde.org/neon/infrastructure/pangea-conf-projects/-/commit/a9efc4c94d5a6d13fff4da1579b9d20cb4499a51
diff --git a/overrides/base.yaml b/overrides/base.yaml
index 8620405..ed94a99 100644
--- a/overrides/base.yaml
+++ b/overrides/base.yaml
@@ -835,7 +835,12 @@
branch: main
'*invent.kde.org/neon/neon-packaging/snap-kcm':
- '*':
+ 'Neon/unstable':
+ upstream_scm:
+ type: git
+ url: https://invent.kde.org/soumyadghosh/snap-kcm.git
+ branch: master
+ 'Neon/stable':
upstream_scm:
type: git
url: https://invent.kde.org/soumyadghosh/snap-kcm.git
More information about the Neon-commits
mailing list