mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-27 11:17:02 +00:00
apt: use apt changelog
for changelog fetching
support for it got added to Proxmox repositories, so there is no need to use custom logic and manual fetching for this anymore. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
7cb2d72b97
commit
3fca8ef10d
@ -398,8 +398,6 @@ pub struct APTUpdateInfo {
|
|||||||
pub priority: String,
|
pub priority: String,
|
||||||
/// Package section
|
/// Package section
|
||||||
pub section: String,
|
pub section: String,
|
||||||
/// URL under which the package's changelog can be retrieved
|
|
||||||
pub change_log_url: String,
|
|
||||||
/// Custom extra field for additional package information
|
/// Custom extra field for additional package information
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub extra_info: Option<String>,
|
pub extra_info: Option<String>,
|
||||||
|
Loading…
Reference in New Issue
Block a user