[pve-devel] applied-series: Re: [PATCH-SERIES proxmox-apt/pve-rs] better detection of standard repositories

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Jul 30 10:47:35 CEST 2021


On 29/07/2021 14:25, Fabian Ebner wrote:
> I'll send the corresponding patches for pmg-rs and proxmox-backup
> separately.

pmg-rs and pve-rs really need to merge, at least into one repo, could be
a workspace with a common, pmg and pve subcrates that produces two binary
packages, just one package and no subscrates will just bring us the linkage
hell again, so I'D like to avoid making the same mistakes we made in pbs.

> proxmox-apt:
> 
> Fabian Ebner (5):
>   standard repos: add suite parameter for stricter detection
>   repo: make suite_variant helper more general
>   check repos: have caller specify the current suite
>   repo: remove has_suite_variant helper
>   add type DebianCodename
> 
>  src/repositories/file.rs       |  84 ++++++++++++++-------------
>  src/repositories/mod.rs        |  31 +++++-----
>  src/repositories/release.rs    | 103 ++++++++++++++++++++++++++-------
>  src/repositories/repository.rs |  33 ++++-------
>  tests/repositories.rs          |  27 ++++++---
>  5 files changed, 171 insertions(+), 107 deletions(-)
> 
> 
> pve-rs:
> 
> Fabian Ebner (2):
>   apt: repos: adapt to back-end changes
>   apt: repos: adapt to further back-end changes
> 
>  src/apt/repositories.rs | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
> 


applied series, thanks!





More information about the pve-devel mailing list