From 0df1be73b255d0c4b3e6a2274d7bc762f00911bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 24 Feb 2023 23:40:37 +0100 Subject: [PATCH] qubes: Mark 'update-heads' as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implementation on the Heads side isn't completed yet, so stable release can't be updated yet. There is a work in progress version at https://github.com/osresearch/heads/pull/834. So, add a note that it isn't fully supported yet. Signed-off-by: Marek Marczykowski-Górecki --- contrib/qubes/src/qubes_fwupdmgr.py | 2 +- contrib/qubes/test/logs/help.log | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/qubes/src/qubes_fwupdmgr.py b/contrib/qubes/src/qubes_fwupdmgr.py index 1c69441bd4b3..9efd816f11e8 100755 --- a/contrib/qubes/src/qubes_fwupdmgr.py +++ b/contrib/qubes/src/qubes_fwupdmgr.py @@ -62,7 +62,7 @@ "get-updates": "Get the list of updates for connected hardware", "refresh": "Refresh metadata from remote server", "update": "Update chosen device to latest firmware version", - "update-heads": "Updates heads firmware to the latest version", + "update-heads": "Updates heads firmware to the latest version (EXPERIMENTAL, not fully supported yet)", "downgrade": "Downgrade chosen device to chosen firmware version", "clean": "Delete all cached update files\n", } diff --git a/contrib/qubes/test/logs/help.log b/contrib/qubes/test/logs/help.log index 193934e61b82..5a887112eed8 100644 --- a/contrib/qubes/test/logs/help.log +++ b/contrib/qubes/test/logs/help.log @@ -10,7 +10,7 @@ Options: get-updates: Get the list of updates for connected hardware refresh: Refresh metadata from remote server update: Update chosen device to latest firmware version - update-heads: Updates heads firmware to the latest version + update-heads: Updates heads firmware to the latest version (EXPERIMENTAL, not fully supported yet) downgrade: Downgrade chosen device to chosen firmware version clean: Delete all cached update files