gnaponie / waiverdb

Forked from waiverdb 6 years ago
Clone

5121195 Create a separated script for generating version/release numbers

Authored and Committed by rayson 5 years ago
    Create a separated script for generating version/release numbers
    
    This moves the logic of generating version release numbers from
    `rpmbuild.sh` to a separated script, so that getting the current
    version/release number for CI/CD and container builds without building RPMs
    is possible and easier.
    
    The output will be exported to environment variables.
    The usage is simply sourcing the script.
    
        
file modified
+10 -32
file added
+39