OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-491-g6ff9682

Gerrit Code Review gerrit@openafs.org
Thu, 12 Sep 2024 12:46:37 -0400


The following commit has been merged in the master branch:
commit 6ff968264fd31abb7ab6e80dfb8d4906a83fa960
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Aug 8 14:40:28 2024 -0400

    doc: Sort man page entries in AdminRef
    
    The AdminRef is a collection of OpenAFS man pages in a single document.
    Unfortunately, the man pages are not listed in any particular order, but
    rather just the order found by reading the unsorted directory entries.
    
    Change the generate-xml script so the man pages are in sorted order in
    the generated AdminRef document.  Instead of writing the man page
    references after processing each page, save each entry in a list, and
    then sort the list after all the pages have been processed.
    
    Also, check the exit code of the pod2refentry script so errors are not
    ignored while generating the AdminRef document.
    
    Change-Id: I624485e4efd1fb0c08642b379a12c946f5793336
    Reviewed-on: https://gerrit.openafs.org/15827
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/xml/AdminRef/generate-xml.pl | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository