luet/pkg/installer
Ettore Di Giacinto 4197d7af61
Add upgrade by using only the SAT core
- Adds upgrade --universe and upgrade --universe --clean. It will
  attempt to bring the system as much close as the content available in
  the repositories. It differs from a standard upgrade which checks
  directly that what is pulled in doesn't conflict with the system. In
  this new way, we just query the SAT solver to decide that on our
  behalf.
- Add uninstall --full-clean. It uses only the SAT solver to uninstall
  the package and it will drop as many packages as required (including
  revdeps of packages too.
2020-05-22 21:20:58 +02:00
..
client Integrate tmpdir_base params and tmpdirs cleanup 2020-04-30 20:29:28 +02:00
finalizer.go Fixup box CLI params and consume new box options 2020-04-20 23:03:03 +02:00
installer_suite_test.go Use dynamic pkgs cache dir for test suite 2020-02-01 20:05:19 +01:00
installer_test.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
installer.go Add upgrade by using only the SAT core 2020-05-22 21:20:58 +02:00
interface.go Add SetPriority to repository 2020-04-18 17:33:34 +02:00
repository_test.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
repository.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
system.go Introduce Packages for []Package 2020-04-04 14:29:08 +02:00