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:
parent
353a65356c
commit
2dc0ecec73
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue