[pbs-devel] applied-series: [PATCH-SERIES proxmox-backup] add apt repositories support
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Jul 9 14:00:20 CEST 2021
On 08.07.21 16:14, Fabian Ebner wrote:
> Basically copy-pasting the code in pve-rs and replacing instances of
> "pve" with "pbs", but there are a few minor differences, need to use
> String instead of &str, digest checking uses the local helper, can
> use APTRepositoryHandle type directly in the API.
>
> Can also be seen as the continuation of [0], but that series already
> got it's next version, and quite a lot changed with what the UI
> expects from the API calls and also a bit with the library interface,
> so I just sent it as a new series.
>
> [0]: https://lists.proxmox.com/pipermail/pbs-devel/2021-April/002596.html
>
> Fabian Ebner (4):
> depend on proxmox-apt
> api: apt: add repositories call
> api: apt: add endpoints for adding/changing repositories
> ui: add APT repositories
>
> Cargo.toml | 1 +
> debian/control | 1 +
> src/api2/node/apt.rs | 218 +++++++++++++++++++++++++++++++++++-
> www/ServerAdministration.js | 8 ++
> 4 files changed, 227 insertions(+), 1 deletion(-)
>
Really nice to see so much code-reuse and so little code needed to get this in
here, great!
applied series, thanks!
More information about the pbs-devel
mailing list