[pmg-devel] applied-series: [PATCH-SERIES pmg-rs/pmg-api/pmg-gui] add APT repositories API/UI

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jul 13 14:33:37 CEST 2021


On 13.07.21 10:04, Fabian Ebner wrote:
> Nearly identical to what's in PVE. I ran into very occasional errors
> like
>     error: invalid type: string "3", expected usize (500)
>     error: expected bool value (500)
> when using the enabled/disabled button, so I added int() coercions to
> make perlmod always happy.
> 
> Dependency bump from pmg-api to pmg-rs needed.
> 
> 
> pmg-rs:
> 
> Fabian Ebner (2):
>   bump perlmod dependency
>   add bindings for proxmox-apt
> 
>  Cargo.toml              |   6 +-
>  Makefile                |   7 ++
>  debian/control          |   2 +
>  src/apt/mod.rs          |   1 +
>  src/apt/repositories.rs | 159 ++++++++++++++++++++++++++++++++++++++++
>  src/lib.rs              |   1 +
>  6 files changed, 175 insertions(+), 1 deletion(-)
>  create mode 100644 src/apt/mod.rs
>  create mode 100644 src/apt/repositories.rs
> 
> 
> pmg-api:
> 
> Fabian Ebner (1):
>   api: apt: add calls for repositories
> 
>  src/PMG/API2/APT.pm | 292 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 292 insertions(+)
> 
> 
> pmg-gui:
> 
> Fabian Ebner (1):
>   add panel for APT repositories
> 
>  js/ServerAdministration.js | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Another reuse for that whole stack, great! now we need more projects to increase reuse factors ;-P

applied series, thanks!




More information about the pmg-devel mailing list