Closed ermo closed 1 month ago
After closer inspection I think that the flag should not belong there in the first place. As fixing this properly has no place in a bug fix release I've moved this issue to the 1.7.0 milestone (along with the relevant MR) to merge after 1.6.1.
When using the
--sizes/-s
flag with thedelete-cache/dc
command, solbuild only displays the cache size, it doesn't actually delete anything.This is counter-intuitive and needs to be better explained by the help text and the output text.
Test Case demonstrating the problem:
sudo solbuild dc -ais && sudo solbuild init -u
Expected Behaviour
Solbuild deletes all of its cache and images and then downloads new image and updates its cache with updated packages
Observed Behaviour
Solbuild doesn't delete anything and refuses to download new images.