add dbpkg to proto on queue gen

This commit is contained in:
2022-05-18 14:03:13 +02:00
parent 78666f9899
commit ca85586118

View File

@@ -262,6 +262,7 @@ func genQueue(path string) ([]*ProtoPackage, error) {
March: march, March: march,
FullRepo: mPkgbuild.Repo() + "-" + march, FullRepo: mPkgbuild.Repo() + "-" + march,
Hash: b3s, Hash: b3s,
DbPackage: dbPkg,
}) })
} }
} }