]> git.proxmox.com Git - proxmox-apt.git/commit
check repos: have caller specify the current suite
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 29 Jul 2021 12:25:50 +0000 (14:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Jul 2021 16:00:38 +0000 (18:00 +0200)
commit13cdf8d1df381edbdd10860b554c39a57934e600
tree9dfa55af9dcd583daf946efa90d3f4440dde9ba1
parentc7f6163e2b9f7cfd9b141a656874be0099e2ac07
check repos: have caller specify the current suite

Like that, a potential error is further up the stack, and it's more
consistent with what the standard_repository functions do.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/repositories/file.rs
src/repositories/mod.rs
tests/repositories.rs