worker: save repoconfigs in depsolve result

This commit is contained in:
Sanne Raymaekers 2024-04-15 10:56:36 +02:00
parent 22140aa7c9
commit e0759e01af
2 changed files with 8 additions and 5 deletions

View file

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