Improve virtual package handling

This commit is contained in:
2025-04-04 21:40:21 +03:00
parent e94b2a8816
commit 87c492a30c
4 changed files with 80 additions and 47 deletions
+1
View File
@@ -42,6 +42,7 @@ func ReadConfig() {
}
for _, repo := range BPMConfig.Repositories {
repo.Entries = make(map[string]*RepositoryEntry)
repo.VirtualPackages = make(map[string][]string)
err := repo.ReadLocalDatabase()
if err != nil {
log.Fatal(err)