[elbe-devel] [PATCH 10/13] soapclient: remove rm calls

Torben Hohn torben.hohn at linutronix.de
Tue Dec 5 16:58:27 CET 2017


On Thu, Nov 30, 2017 at 03:15:12PM +0100, Manuel Traut wrote:
> rm is not implemented. However i'm not sure if it's a good idea to
> implement it. So let's just keep the files inside the initvm.
> They will be deleted if the project gets removed.
> 
> Signed-off-by: Manuel Traut <manut at linutronix.de>

Reviewed-by: Torben Hohn <torbenh at linutronix.de>

> ---
>  elbepack/soapclient.py | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/elbepack/soapclient.py b/elbepack/soapclient.py
> index 9832be87..835e9e6d 100644
> --- a/elbepack/soapclient.py
> +++ b/elbepack/soapclient.py
> @@ -670,9 +670,6 @@ class DownloadAction(RepoAction):
>          client.download_file (builddir, filename, dst_fname)
>          print (dst_fname + " saved", file=sys.stderr)
>  
> -        client.service.rm (builddir, filename)
> -        print (filename + " deleted on initvm.")
> -
>  
>  RepoAction.register(DownloadAction)
>  
> @@ -753,9 +750,4 @@ class UploadPackageAction(RepoAction):
>          client.service.include_package(builddir, filename)
>  
>  
> -        print("Cleaning initvm builddir...")
> -        for f in files:
> -            client.service.rm (builddir, f)
> -
> -
>  RepoAction.register(UploadPackageAction)
> -- 
> 2.15.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Mit freundlichen Grüßen
Torben Hohn

Linutronix GmbH

Standort: Bremen

Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806

Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner

Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20171205/c8ed9b4e/attachment.sig>


More information about the elbe-devel mailing list