removed status from config

This commit is contained in:
2021-11-21 15:25:40 +01:00
parent 8c1e8c1835
commit 5cbb751ce4

View File

@@ -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