public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit stable-bookworm] apt repositoires: allow major upgrade
@ 2025-08-04 13:24 Fiona Ebner
  2025-08-04 18:13 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2025-08-04 13:24 UTC (permalink / raw)
  To: pve-devel

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@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-04 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-04 13:24 [pve-devel] [PATCH widget-toolkit stable-bookworm] apt repositoires: allow major upgrade Fiona Ebner
2025-08-04 18:13 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal