git: nrelease: Fix volume label to comply with cd9660 spec

Aaron LI aly at crater.dragonflybsd.org
Wed Feb 19 00:57:39 PST 2025


commit 4e4157301212b5b3d805a54a4830b110830d6f41
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Feb 19 13:56:02 2025 +0800

    nrelease: Fix volume label to comply with cd9660 spec
    
    The iso/cd9660 spec says the volume identifier/label can have a maximum
    length of 32 characters, and must contain only A-Z, 0-9 and _, so we
    have to fix the label portion of git version string to meet the
    requirement.
    
    Although the old label format is accepted by mkisofs, it will be
    rejected by makefs(8).  So this change helps we migrate to the latter.

Summary of changes:
 nrelease/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e4157301212b5b3d805a54a4830b110830d6f41


-- 
DragonFly BSD source repository


More information about the Commits mailing list