From adac704c0871694a3361495f7509fa1d76a98132 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 11 2026 12:06:34 +0000 Subject: run.sh: Extend to F43 and F44 It's still nonsense, but whatever... --- diff --git a/run.sh b/run.sh index c8029cc..c6dc682 100755 --- a/run.sh +++ b/run.sh @@ -155,7 +155,7 @@ echo "* Drawing portraits from the fossilized remains... " ./brontosaurus_plotter.py timeseries line fedora_updates_systems $series variant=compneuro variant=designsuite done # FIXME: get latest releasea programmatically. actually fix this whole nonsense. - for release in 32 33 34 35 36 37 38 39 40 41 42; do + for release in 32 33 34 35 36 37 38 39 40 41 42 43 44; do ./brontosaurus_plotter.py timeseries line fedora_updates_systems age release=$release ./brontosaurus_plotter.py timeseries line fedora_updates_systems variant release=$release ./brontosaurus_plotter.py timeseries line fedora_updates_systems arch release=$release @@ -188,4 +188,4 @@ echo "* Drawing portraits from the fossilized remains... " done echo " Good enough for now!" - \ No newline at end of file +