From 2dc0ecec736baf405acb81b7223b4da590a00da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 27 Oct 2020 09:38:07 +0100 Subject: [PATCH] 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. --- cmd/osbuild-worker/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/osbuild-worker/main.go b/cmd/osbuild-worker/main.go index 08800dbd2..0bd0f6305 100644 --- a/cmd/osbuild-worker/main.go +++ b/cmd/osbuild-worker/main.go @@ -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",