brokenlinks: sort the pages that link to the missing page, for better reproducibility

master
Simon McVittie 2015-06-09 09:47:40 +01:00
parent 7a96363c6d
commit 8e007666d4
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sub preprocess (@) {
htmllink($page, $params{destpage}, $link, noimageinline => 1),
join(", ", map {
htmllink($params{page}, $params{destpage}, $_, noimageinline => 1)
} @pages)
} sort @pages)
);
}

2
debian/changelog vendored
View File

@ -26,6 +26,8 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium
* debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC
* debian/copyright: consolidate permissive licenses
* debian/copyright: turn comments on provenance into Comment
* brokenlinks: sort the pages that link to the missing page, for
better reproducibility
-- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400