Learn more about these different git repos.
Other Git URLs
Currently, it is necessary to manually specify version for all images in live_media, image_build and live_images. There is a single option global_version that can be used for this.
live_media
image_build
live_images
global_version
However, it's possible to get the version automatically in many cases.
For nightly composes (either Rawhide or Branched) without labels, we could just use release version as default.
When label is specified (for production composes), we should append the milestone from label to the version. There would need to be an exception for RC, as the last RC is going to be promoted to final.
RC
Fixed in PR #381.
@lsedlar changed the status to Fixed
Fixed
Log in to comment on this ticket.