[metadata] Correctly save final flag

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-06-13 19:01:38 +02:00
parent 11d5ca8342
commit 658ef90458
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ def compose_to_composeinfo(compose):
ci.compose.date = compose.compose_date
ci.compose.respin = compose.compose_respin
ci.compose.label = compose.compose_label
ci.compose.final = compose.supported
# product
ci.release.name = compose.conf["release_name"]