]> git.proxmox.com Git - pve-manager.git/commit
fix #4481: fetch changelogs for any Proxmox repository
authorLeo Nunner <l.nunner@proxmox.com>
Mon, 30 Jan 2023 10:59:53 +0000 (11:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jan 2023 17:03:26 +0000 (18:03 +0100)
commit2bbfac1f4561f32577a4023c7c60e4143e27a347
treee04cf6d79ca084af4ae88529004b64ecd9d07033
parent7b668b16bb3e4e63c93d923b1573baa942fd78e7
fix #4481: fetch changelogs for any Proxmox repository

This patch fixes the issue that when the user supplied any non-standard
repositories, the changelogs often wouldn't load. For example, providing
both pve-no-subscription and pbs-no-subscription broke the changelog
API, since the URL built for pbs-no-subscription was invalid.

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
PVE/API2/APT.pm