Skip to content

Changes

Started by upstream project gerrit-osmo-ci #955
Started 1 day 1 hr ago
Queued 7 sec
OBS: nightly: add ".0" after versions on git tags

Fix that with the current logic of generating version numbers for
nightly, a version done on a tag can be higher than the following
version:

on tag:                    1.14.0.202603231800         # <tag>.<YY><MM><DD><HH><mm><SS>
on tag (with this patch):  1.14.0.0.202603231800       # <tag>.0.<YY><MM><DD><HH><mm><SS>
next commit after the tag: 1.14.0.1.2016.202603241800  # <tag>.<patch-count-since-last-tag>.<commit-hash>.<YY><MM><DD><HH><mm><SS>

Fixes: OS#6981
Change-Id: Id140d8ea76bf98357711587a9909d54097250fd6
Oliver Smith at