From 2b5e68debe67243baa33ef197f8332b1929862bb Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Wed, 17 Apr 2024 13:39:35 +0100 Subject: [PATCH] tutorials: Add note to following tag page Add note limiting tag changes to the compatible targets. New tag has to contain all apps that are present on the target tagged with old tag. Signed-off-by: Milosz Wasilewski --- .../tutorials/working-with-tags/following-specific-tag.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/tutorials/working-with-tags/following-specific-tag.rst b/source/tutorials/working-with-tags/following-specific-tag.rst index a8c1b76aa..13b43e191 100644 --- a/source/tutorials/working-with-tags/following-specific-tag.rst +++ b/source/tutorials/working-with-tags/following-specific-tag.rst @@ -140,3 +140,8 @@ Change the device configuration to start following the ``tutorial`` tag: Changing tags from: [] -> [tutorial] Changing packagemanager to ostree+compose_apps + +.. note:: + If the device is currently running apps associated with target tag + the new tag has to have at least the same set of apps available. + Otherwise request for changing tags will be rejected.