[neon/backports-focal/fwupd-signed/Neon/unstable] /: use version from our archive
Jonathan Riddell
null at kde.org
Tue May 25 14:41:14 BST 2021
Git commit 4fb021b6aeb023bd25fde3aa18e4f2c5492b67b8 by Jonathan Riddell.
Committed on 25/05/2021 at 13:41.
Pushed by jriddell into branch 'Neon/unstable'.
use version from our archive
M +3 -0 download-fwupd
https://invent.kde.org/neon/backports-focal/fwupd-signed/commit/4fb021b6aeb023bd25fde3aa18e4f2c5492b67b8
diff --git a/download-fwupd b/download-fwupd
index ce7fe01..d0ff576 100755
--- a/download-fwupd
+++ b/download-fwupd
@@ -34,3 +34,6 @@ for base in (
print("Downloading %s ..." % dists_uri)
with urlopen(dists_uri) as dists, open(base, "wb") as out:
shutil.copyfileobj(dists, out)
+
+versionFile = open('version', 'w')
+versionFile.write(fwupd_efi.version)
More information about the Neon-commits
mailing list