[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.48-79-gdf94975
Holger Levsen
holger at layer-acht.org
Sat Jan 12 11:33:25 UTC 2013
The following commit has been merged in the master branch:
commit 5ff3854f22a5a0d0093123535dff06ce217926cd
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Fri Dec 21 10:49:14 2012 +0100
p: install_package_files(): correctly forward with_scripts argument
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/piuparts.py b/piuparts.py
index c9b792c..6d77315 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1105,7 +1105,7 @@ class Chroot:
def install_package_files(self, package_files, packages=None, with_scripts=False):
if packages and settings.testdebs_repo:
- self.install_packages_by_name(packages)
+ self.install_packages_by_name(packages, with_scripts=with_scripts)
return
if package_files:
self.copy_files(package_files, "tmp")
--
piuparts git repository
More information about the Piuparts-commits
mailing list