Tick the TODO done, add an optional sub-point

This commit is contained in:
Zykino 2023-07-12 00:52:39 +02:00
parent 5adf66fc39
commit 406a1ea987

View File

@ -10,7 +10,8 @@ See also [topgrade](https://github.com/topgrade-rs/topgrade) for a solution that
* [X] Have Pre / Post commands to do before / after the upgrade * [X] Have Pre / Post commands to do before / after the upgrade
* [X] Do all the installations and give a summary of success and errors at the end * [X] Do all the installations and give a summary of success and errors at the end
* [X] Improve errors ^^' * [X] Improve errors ^^'
* [ ] Executors from a packagers need to be executed in order and only if all of the previous failed * [X] Executors from a packagers need to be executed in order and only if all of the previous failed
* [ ] Maybe test with `which` (the crate?) if the command exist before trying to execute it? (especially with admin rights)
* [ ] Tests * [ ] Tests
* [ ] Prevent the usage of `sudo` and equivalent, add a config to say "needAdminRights" * [ ] Prevent the usage of `sudo` and equivalent, add a config to say "needAdminRights"
* [ ] Parallel execution of commands * [ ] Parallel execution of commands