dcavalca / pungi-fedora

Forked from pungi-fedora 5 months ago
Clone

9487889 release-candidate.sh: fix release version / label handling

Authored and Committed by adamwill 6 months ago
    release-candidate.sh: fix release version / label handling
    
    A compose 'label', as defined by productmd, does not contain the
    release version. It has to be something like "Beta-1.3" or
    "RC-3.1".
    
    Instead of having the script require a string that isn't a label,
    but calling it a label and passing it as one to pungi-fedora
    (which rejects it), have the script require separate arguments
    for the release number and the label, and use them appropriately.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+7 -8