]> git.proxmox.com Git - proxmox-apt.git/commit
add handling of Proxmox standard repositories
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 23 Jun 2021 13:38:57 +0000 (15:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 14:00:30 +0000 (16:00 +0200)
commit8ada17854d4b236881b472da28be01b0c2b495ad
tree43fdcc73a89b6cf538b4dc0757ba34c09e881006
parent76d3a5ba1f66670e1137cec4baa6cc501297413a
add handling of Proxmox standard repositories

Get handles for the available repositories along with their current
configuration status and make it possible to add them.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/repositories/mod.rs
src/repositories/repository.rs
src/repositories/standard.rs [new file with mode: 0644]
tests/repositories.rs