get framework for reviews working

This commit is contained in:
steven-omaha
2023-01-31 12:41:35 +01:00
parent ff579fde3f
commit 62729afb2f
6 changed files with 72 additions and 57 deletions
+2
View File
@@ -151,6 +151,8 @@ impl Pacdef {
for backend in Backends::iter() {
let mut backend = self.overwrite_values_from_config(backend);
dbg!(&backend);
backend.load(&self.groups);
match backend.get_unmanaged_packages_sorted() {