#217 Create a separated script for generating version/release numbers
Merged by lholecek. Opened by rayson.
rayson/waiverdb change-version-sh  into  master

Download 217.patch

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.

rebased onto 96a513379ec47a5e266af4134b845fabe73a1679

set -e

rebased onto 5121195d008ec1acd55efc7c86325b946c708c7f

Updated.

Pull-Request has been merged by lholecek

Metadata