pkgman: PackageManager: no longer auto-exit() when a job fails
This way search and uninstall no longer fail when there's no connection to the internet.
This commit is contained in:
@@ -83,7 +83,7 @@ PackageManager::PackageManager(BPackageInstallationLocation location,
|
|||||||
fInstalledRepositories(10),
|
fInstalledRepositories(10),
|
||||||
fOtherRepositories(10, true),
|
fOtherRepositories(10, true),
|
||||||
fDecisionProvider(),
|
fDecisionProvider(),
|
||||||
fJobStateListener(),
|
fJobStateListener(JobStateListener::EXIT_ON_ABORT),
|
||||||
fContext(fDecisionProvider, fJobStateListener)
|
fContext(fDecisionProvider, fJobStateListener)
|
||||||
{
|
{
|
||||||
// create the solver
|
// create the solver
|
||||||
|
|||||||
Reference in New Issue
Block a user