mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 12:28:31 +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') {
|
||||
if ($component eq 'pve-enterprise') {
|
||||
$changelog_url = "https://enterprise.proxmox.com/debian/$base/" .
|
||||
"${srcpkg}_${pkgver}.changelog";
|
||||
"${pkgname}_${pkgver}.changelog";
|
||||
} else {
|
||||
$changelog_url = "http://download.proxmox.com/debian/$base/" .
|
||||
"${srcpkg}_${pkgver}.changelog";
|
||||
"${pkgname}_${pkgver}.changelog";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user