[Piuparts-commits] rev 555 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Wed Dec 9 15:03:00 UTC 2009
Author: holger
Date: 2009-12-09 15:02:58 +0000 (Wed, 09 Dec 2009)
New Revision: 555
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
* Create policy-rc.d in 2nd chroot when using -b. (Closes: #466049)
Thanks again to Patrick Schoenfeld for his help.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-12-09 14:39:03 UTC (rev 554)
+++ trunk/debian/changelog 2009-12-09 15:02:58 UTC (rev 555)
@@ -18,12 +18,14 @@
(Closes: #545907)
In the chroots, APT::Get::AllowUnauthenticated is set accordingly in
/etc/apt/apt.conf.
+ * Create policy-rc.d in 2nd chroot when using -b. (Closes: #466049)
+ Thanks again to Patrick Schoenfeld for his help.
* piuparts-report: report broken symlinks.
* piuparts-slave: gracefully deal with upgrade-test-distros and
upgrade-test-chroot-tgz not being set in the configuration. Thanks to Carl
Chenet and Patrick Schoenfeld for the patch. (Closes: #519192)
* Makefile: workaround 559305 by calling a2x twice.
- * debian/NEWS
+ * Update debian/NEWS.
-- Holger Levsen <holger at debian.org> Fri, 04 Dec 2009 15:55:42 +0100
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2009-12-09 14:39:03 UTC (rev 554)
+++ trunk/piuparts.py 2009-12-09 15:02:58 UTC (rev 555)
@@ -1670,9 +1670,8 @@
chroot.remove()
dont_do_on_panic(id)
chroot = get_chroot()
- chroot.create_temp_dir()
+ chroot.create()
id = do_on_panic(chroot.remove)
- chroot.unpack_from_tgz(root_tgz)
chroot.check_for_no_processes()
More information about the Piuparts-commits
mailing list