luet/cmd
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
..
box Fixup box CLI params and consume new box options 2020-04-20 23:03:03 +02:00
repo Add commands aliases 2020-05-10 20:24:08 +02:00
tree Use DefaultPackageSanitized struct for write specs 2020-05-20 09:59:48 +02:00
box.go Add luet box command 2020-04-18 11:43:14 +02:00
build.go cmd/build: Add support for multiple trees 2020-05-10 20:02:12 +02:00
cleanup.go Move repository helpers under config 2020-02-12 10:20:07 +01:00
config.go Add commands aliases 2020-05-10 20:24:08 +02:00
convert.go
create-repo.go cmd/create-repo: Add support for multiple trees 2020-05-10 20:18:10 +02:00
exec.go Fixup box CLI params and consume new box options 2020-04-20 23:03:03 +02:00
install.go Add commands aliases 2020-05-10 20:24:08 +02:00
reclaim.go Add reclaim to CLI 2020-04-13 19:33:30 +02:00
repo.go cmd/repo: Add update command 2020-01-12 23:36:08 +01:00
root.go Add development version 2020-05-16 22:46:29 +02:00
search.go Add commands aliases 2020-05-10 20:24:08 +02:00
serve-repo.go Add serve-repo for a minimal embedded micro http server 2020-01-31 21:22:15 +01:00
tree.go Add 'tree bump' command 2020-03-16 22:18:48 +01:00
uninstall.go Add upgrade by using only the SAT core 2020-05-22 21:20:58 +02:00
upgrade.go Add upgrade by using only the SAT core 2020-05-22 21:20:58 +02:00