[neon/forks/ubuntu-release-upgrader/Neon/unstable_jammy] /: ignore bit which does not work on neon build servers

Jonathan Esk-Riddell null at kde.org
Fri Aug 26 16:20:50 BST 2022


Git commit 0b6f79cbe83601080c8b76e2d7dc5e4c881302c2 by Jonathan Esk-Riddell.
Committed on 26/08/2022 at 15:20.
Pushed by jriddell into branch 'Neon/unstable_jammy'.

ignore bit which does not work on neon build servers

M  +3    -3    pre-build.sh

https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/0b6f79cbe83601080c8b76e2d7dc5e4c881302c2

diff --git a/pre-build.sh b/pre-build.sh
index bfde7096..a5d489df 100755
--- a/pre-build.sh
+++ b/pre-build.sh
@@ -38,12 +38,12 @@ rm -f ./tests/data-sources-list-test/Ubuntu.mirrors
 
 # need demotions for EoL interim releases in case people forget to upgrade
 # before the next release is EoL
-(cd utils && ./demotions.py groovy jammy > demoted.cfg.groovy)
-(cd utils && ./demotions.py hirsute jammy > demoted.cfg.hirsute)
+#(cd utils && ./demotions.py groovy jammy > demoted.cfg.groovy)
+#(cd utils && ./demotions.py hirsute jammy > demoted.cfg.hirsute)
 
 # when this gets enabled, make sure to add symlink in DistUpgrade
 # echo "Running lts demotions"
-(cd utils && ./demotions.py focal jammy > demoted.cfg.focal)
+#(cd utils && ./demotions.py focal jammy > demoted.cfg.focal)
 
 # update apt_btrfs_snapshot.py copy, this needs an installed
 # apt-btrfs-snapshot on the build machine


More information about the Neon-commits mailing list