/
githubmirror
/
fwupd
Обзор
Документация
Войти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tests/metadata-report1.xml
31 строка
1 KB
Richard Hughes
Tag releases with an extra flag if they have a report we trust
19 апр 2023, 18:17
19 апр 2023, 18:17
da5fef4
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <components version="0.9" origin="fwupd"> <component type="firmware"> <id>org.fwupd.something.device</id> <provides> <firmware type="flashed">2d47f29b-83a2-4f31-a2e8-63474f4d4c2e</firmware> </provides> <releases> <release version="1.2.3"> <description><p>Applying will enable UEFI firmware reporting</p></description> <artifacts> <artifact type="binary"> <location>https://fwupd.org/something.cab</location> <checksum type="sha256">0628376cb0583335a7ff5875dd2d4b09fc5653057f644783a477553ca9981dcd</checksum> <testing> <test_result date="2021-07-15"> <vendor_name id="123">Hughski</vendor_name> <device>LENOVO ThinkPad X1 Carbon 7th</device> <os version="34" variant="workstation">fedora</os> <previous_version>1.2.6</previous_version> <custom> <value key="RuntimeVersion(org.freedesktop.fwupd)">1.6.2</value> </custom> </test_result> </testing> </artifact> </artifacts> </release> </releases> </component> </components>