luet/pkg/installer
Ettore Di Giacinto 5bcc8d112a
Enforce solver constraints
- Don't sign installed packages during finalizer execution
- Enforce solver constraints: build ALO and AMO rules taking into account
  that the current package might not be selected at all.
- Force uninstalls on upgrade
- Enable option to tell uninstall to ignore conflict with the analized system state,
  as we don't want any conflict with the installed to raise during the upgrade.
  In this way we both force uninstalls and we avoid to check with conflicts
  against the current system state which is pending to deletion.
  This is due to the fact that now the solver enforces the constraints
  and explictly denies two packages of the same version installed.
- Adapt test as now we generate more constraints, which makes the solver more
  noisy on the package that are explictly selected or not
2020-02-27 18:38:31 +01:00
..
client fmt 2020-02-12 11:05:13 +01:00
installer_suite_test.go Use dynamic pkgs cache dir for test suite 2020-02-01 20:05:19 +01:00
installer_test.go Adapt installer test to constructor changes 2020-02-12 12:05:28 +01:00
installer.go Enforce solver constraints 2020-02-27 18:38:31 +01:00
interface.go client/http: Add support for authentication Basic/Token 2020-02-03 00:58:55 +01:00
repository_test.go Merge branch 'build_clean' into develop 2020-01-05 16:27:31 +01:00
repository.go Skip repository if no candidate is found 2020-02-17 17:21:31 +01:00
system.go Adapt installer to new changes 2019-11-29 19:01:52 +01:00