The following commit has been merged in the master branch:
commit 407c6371572b1b7e815f30c0718e14b1c6b385e5
Author: Stephan Wiesand <[email protected]>
Date:   Fri Apr 5 14:54:24 2024 -0400

    make-release: create SHA256 checksums too
    
    Check for utilities to create both MD5 and SHA256 message digest files.
    
    Search the PATH plus some common directories for the message digest
    utilities.
    
    Exit with an error at the end of make-release when one or more message
    digest files are not generated.
    
    In addition, omit the path component in the generated files by running
    the message digest utilities in the directory containing the files being
    checked.
    
    Before:
    
        $ make dist
        ...
        $ cat packages/openafs-1.9.1-333-g4bf33-doc.tar.gz.md5
        920793bcd7bd9bc8fbff9016ed2cc8bb  
packages/openafs-1.9.1-333-g4bf33-doc.tar.gz
    
    After:
    
        $ make dist
        ...
        $ cat packages/openafs-1.9.1-333-g4bf33-doc.tar.gz.md5
        920793bcd7bd9bc8fbff9016ed2cc8bb  openafs-1.9.1-333-g4bf33-doc.tar.gz
    
    [mmeffie: Add change directories, search PATH, update commit message.]
    
    Change-Id: I0deddc0318846a5000aec9e6b4e189d166b8a539
    Reviewed-on: https://gerrit.openafs.org/14566
    Tested-by: Andrew Deason <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 build-tools/make-release | 93 +++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 80 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to