From 63160c8456f5fc561ce86a373d027d8acd630d4e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 15 Apr 2024 22:44:38 -0700 Subject: Try to fix publish-all An argument to output_pages() was missing. This command probably never worked. --- NEWS | 4 ++++ lib/MGA/Advisories.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 47f6e95..488caef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.X + +- try to fix publish-all + Version 0.29 - install the new JSON templates diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm index 4663eb6..1b86049 100644 --- a/lib/MGA/Advisories.pm +++ b/lib/MGA/Advisories.pm @@ -446,7 +446,7 @@ sub assign_ids { my %advdb; $advdb{advisories} = get_advisories_from_dir(); sort_advisories(\%advdb); - output_pages(); + output_pages(\%advdb); # We will have exited by now in the event of e.g. a Yaml or processing error -- cgit v1.2.1