From 5cbb751ce427d542b39692496758ed61a48ad769 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 21 Nov 2021 15:25:40 +0100 Subject: [PATCH] removed status from config --- utils.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utils.go b/utils.go index 0b1ed1a..607bd32 100644 --- a/utils.go +++ b/utils.go @@ -82,11 +82,6 @@ type Conf struct { Logging struct { Level string } - Status struct { - Class struct { - Skipped, Queued, Latest, Failed, Signing, Building, Unknown string - } - } Blacklist struct { Packages []string Repo []string