From 648c27add15005329a61802efc1cdc0a6ffd358d Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Mon, 7 Oct 2024 16:47:45 +0300 Subject: [PATCH] Change update path: - for 7 and 7.9 with the targets: "8.7", "8.8", "8.9", "8.10" - for 8 and 8.10 with targets: "9.0", "9.1", "9.2", "9.3", "9.4" --- repos/system_upgrade/common/files/upgrade_paths.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json index 6904a30d92..0c6b7463d1 100644 --- a/repos/system_upgrade/common/files/upgrade_paths.json +++ b/repos/system_upgrade/common/files/upgrade_paths.json @@ -1,11 +1,10 @@ { "default": { - "7.9": ["8.8", "8.10"], - "8.8": ["9.2"], - "8.10": ["9.4"], + "7.9": ["8.7", "8.8", "8.9", "8.10"], + "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4"], "9.6": ["10.0"], - "7": ["8.8", "8.10"], - "8": ["9.2", "9.4"], + "7": ["8.7", "8.8", "8.9", "8.10"], + "8": ["9.0", "9.1", "9.2", "9.3", "9.4"], "9": ["10.0"] }, "saphana": {