OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-275-gbff2912

Gerrit Code Review gerrit@openafs.org
Thu, 6 Jul 2023 18:13:07 -0400


The following commit has been merged in the master branch:
commit bff291259741f2213767ee6e1f1b6965d5eb88d4
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Aug 10 15:28:25 2022 -0400

    backup: Make backup tests build again
    
    The test programs in bucoord, butc, and butm have bit rotted and no
    longer build.  Update the code to fix error and warnings, and remove
    dead code.  Update the relevant makefiles so these test programs build
    by default to avoid bitrot in the future.
    
    With this change the test programs will build and run, but a tape
    drive device is required to perform testing.
    
    Change-Id: I978b98fe63fe6051409fc160e8c7d43050bcf707
    Reviewed-on: https://gerrit.openafs.org/15098
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/bucoord/.gitignore  |   1 +
 src/bucoord/Makefile.in |   8 +-
 src/bucoord/btest.c     |   1 +
 src/butc/.gitignore     |   1 +
 src/butc/Makefile.in    |   2 +-
 src/butc/tdump.c        |   9 +-
 src/butm/.gitignore     |   6 ++
 src/butm/Makefile.in    |  13 ++-
 src/butm/butm_test.c    | 248 +++++++++---------------------------------------
 src/butm/test_ftm.c     |  48 +++++-----
 10 files changed, 94 insertions(+), 243 deletions(-)

-- 
OpenAFS Master Repository