distro/keyrings: extraction works

This commit is contained in:
InsanePrawn 2023-04-17 21:57:42 +02:00
parent c576dc8a51
commit 38b23de9ad
5 changed files with 34 additions and 22 deletions

View file

@ -94,5 +94,5 @@ class RemotePackage(BinaryPackage):
logging.info(f"Trying to download package {url}")
changed = download_file(dest_file_path, url)
logging.info(f"{self.filename} downloaded from repos")
logging.info(f"{self.filename} {'already ' if not changed else ''}downloaded from repos")
return dest_file_path, changed