Refactor reusable pkgman code into libpackage
* Move RepositoryBuilder class to libpackage and add B* prefix to name. * Pull BPackageManager class out of PackageManager and move to libpackage. The base class is customizable via three handler objects responsible for transaction handling, request execution, respectively user interaction. * Reorganize _ApplyPackageChanges(): Now we first prepare the transactions for all affected installation locations (downloading files etc.) and then commit them.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include <../private/package/manager/Exceptions.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/package/manager/RepositoryBuilder.h>
|
||||
Reference in New Issue
Block a user