* [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
* [pve-devel] applied: [PATCH widget-toolkit stable-bookworm] apt repositoires: allow major upgrade
2025-08-04 13:24 [pve-devel] [PATCH widget-toolkit stable-bookworm] apt repositoires: allow major upgrade Fiona Ebner
@ 2025-08-04 18:13 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-08-04 18:13 UTC (permalink / raw)
To: pve-devel, Fiona Ebner
On Mon, 04 Aug 2025 15:24:13 +0200, Fiona Ebner wrote:
> 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.
>
> [...]
Applied, thanks!
[1/1] apt repositoires: allow major upgrade
commit: 9eabb4486d7866dc20dbfd8a81f5681b842471bf
_______________________________________________
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.