NetBSDfr/pkgin

Provide useful progress during upgrade

Closed this issue · 2 comments

When running pkgin to upgrade 250 packages (which can easily happen when switch from one branch to the next), you see a lot of lines like

upgrading foo...
installing bar...

but there is no way to guess how far along in the upgrade one is.
One idea would be to add "[x/y]" before the upgrading or installing part (package number x from a total of y packages that are modified by pkgin in this process).

Fixed in 23.8.0, all installs and downloads now have counters.

Works well, thank you!