worker: save repoconfigs in depsolve result
This commit is contained in:
parent
22140aa7c9
commit
e0759e01af
2 changed files with 8 additions and 5 deletions
|
|
@ -192,6 +192,7 @@ const (
|
|||
|
||||
type DepsolveJobResult struct {
|
||||
PackageSpecs map[string][]rpmmd.PackageSpec `json:"package_specs"`
|
||||
RepoConfigs map[string][]rpmmd.RepoConfig `json:"repo_configs"`
|
||||
Error string `json:"error"`
|
||||
ErrorType ErrorType `json:"error_type"`
|
||||
JobResult
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue