mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:47:41 +00:00
use correct changelog urls for pve repositories.
We always use a changelog file for each package (not source package).
This commit is contained in:
parent
446b96693a
commit
8fd7134c67
@ -99,10 +99,10 @@ my $get_changelog_url =sub {
|
|||||||
} elsif ($origin eq 'Proxmox') {
|
} elsif ($origin eq 'Proxmox') {
|
||||||
if ($component eq 'pve-enterprise') {
|
if ($component eq 'pve-enterprise') {
|
||||||
$changelog_url = "https://enterprise.proxmox.com/debian/$base/" .
|
$changelog_url = "https://enterprise.proxmox.com/debian/$base/" .
|
||||||
"${srcpkg}_${pkgver}.changelog";
|
"${pkgname}_${pkgver}.changelog";
|
||||||
} else {
|
} else {
|
||||||
$changelog_url = "http://download.proxmox.com/debian/$base/" .
|
$changelog_url = "http://download.proxmox.com/debian/$base/" .
|
||||||
"${srcpkg}_${pkgver}.changelog";
|
"${pkgname}_${pkgver}.changelog";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user