[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.47-31-g82abac6

Andreas Beckmann debian at abeckmann.de
Thu Nov 29 15:27:20 UTC 2012


The following commit has been merged in the piatti branch:
commit 9dceb043efb78d52a22becc405f8340744cc0030
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Nov 4 15:06:47 2012 +0100

    p: don't install the new packages twice
    
    in --install-remove-install distupgrade mode
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piuparts.py b/piuparts.py
index 103c76c..7007ae7 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2316,9 +2316,6 @@ def install_and_upgrade_between_distros(package_files, packages_qualified):
 
     os.environ["PIUPARTS_PHASE"] = "upgrade"
 
-    if settings.install_remove_install:
-        chroot.install_packages_by_name(packages)
-
     chroot.install_packages(package_files, packages_qualified)
 
     chroot.check_for_no_processes()

-- 
piuparts git repository



More information about the Piuparts-commits mailing list