Richard Hughes
0a7ce0cf25
Allow specifying the version format in firmware_packager
...
Fixes https://github.com/fwupd/fwupd/issues/3903
2021-10-25 18:00:34 +01:00
Mario Limonciello
a1b746d276
trivial: don't use built-in types
...
found by codacity
2021-08-18 07:58:17 -05:00
Mario Limonciello
798d1ed3ee
trivial: update markdown for pre-commit style
2021-07-18 14:42:47 -05:00
Richard Hughes
7f2b2b5ce3
trivial: Don't include a leading black line in firmware_packager XML
2021-05-19 08:48:25 +01:00
Mario Limonciello
6d1afc3e87
trivial: reformat all python code with black
2021-04-08 10:43:29 -05:00
Mario Limonciello
b71b273c87
trivial: install_dell_bios_exe: fixup uefi-capsule -> uefi_capsule
...
Fixes : #2840
2021-02-07 23:49:27 -06:00
Mario Limonciello
b5481f24d3
trivial: contrib/install_dell_bios_exe.py: recognize the plugin rename
...
uefi was renamed to uefi-capsule and now this script forgot the change.
Allow both to work so this script runs on new or older fwupd.
Fixes : #2840
2021-02-04 10:50:19 -06:00
Mario Limonciello
c794b754a6
trivial: Make it easier to know what packages to install to let
...
helper scripts run.
Fixes : #2836
2021-02-01 16:13:32 -06:00
Richard Hughes
2551862c81
trivial: Blacken Python source files
2021-01-12 22:05:21 +00:00
Mario Limonciello
a13ba4e8a1
trivial: simple_client: add a refresh metadata function
2020-12-07 13:29:42 +00:00
Richard Hughes
203ed841da
trivial: Codespell fixes
2020-11-02 14:26:26 +00:00
Richard Hughes
fe11927eef
Use black to format python source in a consistent manner
...
No code changes.
2020-04-13 23:06:30 +01:00
Richard Hughes
b992a2a8f9
Add a helper script to add a DFU header
...
This is so simple we can do it in 10 lines of Python. It matches the format of
the `add_capsule_header.py` utility.
2020-03-09 21:12:01 +00:00
Mario Limonciello
6b0e4ba021
Add a new contrib script for installing a Dell BIOS from an EXE file
...
This script re-uses code from existing firmware-packager related items
to:
* Find the matching device on the system
* Append an ESRT header
* Build a CAB file
* Pass the CAB file into fwupd daemon
2019-11-04 10:30:38 -06:00
Mario Limonciello
22379ab16c
trivial: firmware-packager: make it easier to reuse code
2019-11-04 10:30:38 -06:00