[neon/infrastructure/pangea-data] /: *_series must be nil - as in empty - not declaring nil
Carlos De Maine
null at kde.org
Tue Nov 26 23:07:03 GMT 2024
Git commit 4ed2937f5616741968219a320a4f97e9f9841c63 by Carlos De Maine.
Committed on 26/11/2024 at 23:07.
Pushed by carlosdem into branch 'master'.
*_series must be nil - as in empty - not declaring nil
M +2 -2 nci.yaml
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/4ed2937f5616741968219a320a4f97e9f9841c63
diff --git a/nci.yaml b/nci.yaml
index c2f66cf..12f3ebf 100644
--- a/nci.yaml
+++ b/nci.yaml
@@ -1,8 +1,8 @@
series:
noble: "24.04"
-old_series: nil # must be part of series list (or nil)
+old_series: # must be part of series list (or nil - as in empty)
current_series: noble # must be part of series list
-future_series: nil # must be part of series list (or nil)
+future_series: # must be part of series list (or nil - as in empty)
future_is_early: false # controls where the ISOs go. must be true early on!
repo_diversion: false # toggle when experimental is getting staged for deployment
More information about the Neon-commits
mailing list