]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
brokenlinks: sort the pages that link to the missing page, for better reproducibility
authorSimon McVittie <smcv@debian.org>
Tue, 9 Jun 2015 08:47:40 +0000 (09:47 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 9 Jun 2015 21:28:31 +0000 (22:28 +0100)
IkiWiki/Plugin/brokenlinks.pm
debian/changelog

index 8ee734bf947b6137a2925bac3eeb69ebc965a9bd..2318298fe4726c31017c250cf5b57c96b8866640 100644 (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)
                );
        }
        
index d78dbd69f6cfb5ccfbdb123e56f8b73255946765..896975e895adfd282016084c358dbbcde16e2b36 100644 (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