[neon/backports-focal/fwupd-signed/Neon/unstable] /: specify archive suite

Jonathan Riddell null at kde.org
Tue May 25 14:22:25 BST 2021


Git commit e3ecd4595eb932a7bb309ef9719f3e93cea2e892 by Jonathan Riddell.
Committed on 25/05/2021 at 13:22.
Pushed by jriddell into branch 'Neon/unstable'.

specify archive suite

M  +1    -1    download-fwupd

https://invent.kde.org/neon/backports-focal/fwupd-signed/commit/e3ecd4595eb932a7bb309ef9719f3e93cea2e892

diff --git a/download-fwupd b/download-fwupd
index f4bf29d..ce7fe01 100755
--- a/download-fwupd
+++ b/download-fwupd
@@ -22,7 +22,7 @@ cache = apt.Cache()
 fwupd_efi = cache["fwupd"].candidate
 pool_parsed = urlparse(uri)
 dists_dir = "/dists/%s/main/uefi/fwupd-%s/current/" % (
-    fwupd_efi.origins[0].archive, fwupd_efi.architecture)
+    'hirsute', fwupd_efi.architecture)
 
 for base in (
         "fwupd%s.efi.signed" %efi_name,


More information about the Neon-commits mailing list