[pve-devel] applied: [PATCH] fix compressor loop-order
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jul 15 11:31:43 CEST 2021
On 14.07.21 18:52, Stoiko Ivanov wrote:
> commit dbac106eb6e3cff405e57c0bb6a6dbe3cf307c52 introduced a flaw in
> the logic - once a file is downloaded the 'last;' statement exited the
> inner loop iterating over the compoentens instead of the outer one
> iterating over the compressors.
>
> since both do not inherently depend on each other simply swap them.
>
> noticed while trying to build a pmg-template in a clean environment
> with full repository configuration (before the tests worked due to
> leftover files in the infodir)
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> Sorry for the inconvenience!
>
> DAB.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list