mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 16:43:15 +00:00
![]() Now we have multiple remotes that can be enabled or changed at runtime we need to do several things better: * Only load components from remotes that are enabled * Only load a component if a higher priority remote has not already added it Rather than just appending all recieved metadata into one big XML file, save the original metadata .xml.gz files in /var/lib/fwupd/remotes.d and only load them in the correct priority order if the remote is known and enabled. Remove the old /var/cache/app-info/xmls/fwupd.xml file, also noting it wasn't really a cache file at all but actually something quite important. |
||
---|---|---|
.. | ||
fakedevice123.bin | ||
fakedevice123.bin.asc | ||
fakedevice123.metainfo.xml | ||
fakedevice124.bin | ||
fakedevice124.bin.asc | ||
fakedevice124.metainfo.xml | ||
firmware-example.xml.gz | ||
firmware-example.xml.gz.asc | ||
fwupdmgr.sh | ||
fwupdmgr.test.in | ||
meson.build |