[pve-devel] [PATCH widget-toolkit stable-bookworm] apt repositoires: allow major upgrade
Fiona Ebner
f.ebner at proxmox.com
Mon Aug 4 15:24:13 CEST 2025
Same as 622ba1f ("apt repositoires: allow major upgrade") in the
stable-bullseye branch.
Currently, all this does is silence warnings when the suite after the
current one is configured as well as enabling the check for mixed
repositiories.
Since there is no API call as mentioned in the comment yet, just set
it manually.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/node/APTRepositories.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index 5d4b03b..7e784c3 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -631,7 +631,7 @@ Ext.define('Proxmox.node.APTRepositories', {
nodename: '{nodename}',
onlineHelp: '{onlineHelp}',
},
- majorUpgradeAllowed: false, // TODO get release information from an API call?
+ majorUpgradeAllowed: true, // TODO get release information from an API call?
listeners: {
selectionchange: 'selectionChange',
},
--
2.47.2
More information about the pve-devel
mailing list