[elbe-devel] [PATCH] check_updates: delete TmpdirFilesystem

Bastian Germann bage at linutronix.de
Mon Aug 30 16:35:13 CEST 2021


Am 30.08.21 um 15:55 schrieb Christian Teklenborg:
> VirtApt creates a TmpdirFilesystem which is not deleted afterwards. Thus
> delete it at the end.
> 
> Signed-off-by: Christian Teklenborg <chris at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   elbepack/commands/check_updates.py | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/elbepack/commands/check_updates.py b/elbepack/commands/check_updates.py
> index b4f27ab3..07d7df95 100644
> --- a/elbepack/commands/check_updates.py
> +++ b/elbepack/commands/check_updates.py
> @@ -140,3 +140,5 @@ def run_command(argv):
>               system("%s UPDATE %s" % (opt.script, args[0]), allow_fail=True)
>       else:
>           print("No Updates available")
> +
> +    del v.basefs
> 


More information about the elbe-devel mailing list