[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-701-g79736e3

Andreas Beckmann debian at abeckmann.de
Thu Jun 14 10:08:46 UTC 2012


The following commit has been merged in the develop branch:
commit 589cef7be8dfe68368d28c612f2129a3116f8136
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Jun 11 20:25:38 2012 +0200

    p: drop superfluous 'apt-get clean' call
    
    this needs to be done before saving a tarball or collecting meta-data only
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piuparts.py b/piuparts.py
index aeeaf15..55d39ac 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1185,7 +1185,7 @@ class Chroot:
         # Now do a final run to see that everything worked.
         self.run(["dpkg", "--purge", "--pending"])
         self.run(["dpkg", "--remove", "--pending"])
-        self.run(["apt-get", "clean"])
+
 
     def save_meta_data(self):
         """Return the filesystem meta data for all objects in the chroot."""

-- 
piuparts git repository



More information about the Piuparts-commits mailing list