[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.48-78-g1d4b0ea
Andreas Beckmann
debian at abeckmann.de
Thu Jan 3 15:40:23 UTC 2013
The following commit has been merged in the piatti branch:
commit 6529e9c2b0c94d04f9ec501af5188ce67b03a35f
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 27846cd..7894472 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