[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.51-48-g1e35129

Andreas Beckmann anbe at debian.org
Mon May 27 10:04:42 UTC 2013


The following commit has been merged in the develop branch:
commit 6000f428e38b9339e02b33ba815734afb63cf43f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun May 26 16:59:06 2013 +0200

    p: be explicit about running scripts
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/piuparts.py b/piuparts.py
index e4ab4f7..435aba0 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2274,12 +2274,12 @@ def install_purge_test(chroot, chroot_state, package_files, packages, extra_pack
         if not check_results(chroot, chroot_state_with_deps, file_owners, deps_info=deps_info):
             return False
         logging.info("Reinstalling after purge")
-        chroot.install_packages(package_files, packages)
+        chroot.install_packages(package_files, packages, with_scripts=True)
 
     if settings.install_remove_install:
         chroot.remove_packages(packages)
         logging.info("Reinstalling after remove")
-        chroot.install_packages(package_files, packages)
+        chroot.install_packages(package_files, packages, with_scripts=True)
 
     chroot.check_for_no_processes()
     chroot.check_for_broken_symlinks()

-- 
piuparts git repository



More information about the Piuparts-commits mailing list