FS#67813 - Improve downloader output when retrieving only signature files

Attached to Project: Pacman
Opened by Allan McRae (Allan) - Thursday, 03 September 2020, 01:08 GMT
Task Type Bug Report
Category General
Status Unconfirmed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 5.2.1
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

We now retrieve signature files for all packages during download. Given these files are tiny, this is done without setting up a download progress bar of its own.

However, when a package is already in the pacman cache, but the signature is not, we get output that looks like:

vlc-3.0.11.1-2-x86_64.pkg.tar.zst is up to date
whois-5.5.6-2-x86_64.pkg.tar.zst is up to date
xorg-server-common-1.20.9-2-x86_64.pkg.tar.zst is up to date
xorg-server-1.20.9-2-x86_64.pkg.tar.zst is up to date
youtube-dl-2020.07.28-1-any.pkg.tar.zst is up to date


This is not ideal... We need to show a download is being performed in this case.
This task depends upon

Comment by Allan McRae (Allan) - Monday, 08 March 2021, 04:29 GMT
Also, when a package just downloads the signature file, that line does not get moved up into the "completed" area. See attached screenshot.

Loading...