Closed jubalh closed 8 months ago
@mlandres ping
Sorry, I forgot to add a comment.
I see the point, but for other messages - like package manager restart needed
- the same could be true. But more important that many people use a combination of --dry-run --downlod-only
because this also performs the fileconflict check after downloading. And with dry-run you may want to see what would happen if... even if it's not performed now.
That's why I added a line before the continue prompt which tells whether some of the fake options are in use:
Note: System reboot required.
Backend: classic_rpmtrans --download-only
Continue? [y/n/v/...? shows all options] (y):
We could perhaps also refine the note rather than suppressing it.
So should I not just check whether --dry-run
is used?
No. I'll change the notification texts to reflect that this is what would be needed if download-only/dry-run were not active.
This way one can see what would be needed if the transaction would be applied and it should be clear that it does not apply to the current command. I think that's better than hiding the message.
Alright!
Since we are only downloading and not installing there is no reboot required.