koji: mark the osbuild version CGImport metadata as TODO

So we don't forget. Also, the version is changed to 0 so it's clear that
it is just a placeholder because osbuild 0 was never released.
This commit is contained in:
Ondřej Budai 2020-10-27 09:38:07 +01:00 committed by Tom Gundersen
parent 353a65356c
commit 2dc0ecec73

View file

@ -271,7 +271,7 @@ func RunJob(job worker.Job, store string, kojiServers map[string]koji.GSSAPICred
},
ContentGenerator: koji.ContentGenerator{
Name: "osbuild",
Version: "1",
Version: "0", // TODO: put the correct version here
},
Container: koji.Container{
Type: "none",