Package: mini-buildd
Version: 0.9.6
Severity: important
Tags: upstream patch
Hi,
mbd-update-bld tries to start foo-source, which is not working with
current schroot. A one-line change in mbd-update-bld is needed.
--- /usr/share/mini-buildd/mbd-update-bld~ 2011-07-19 17:05:45.000000000
+0200
+++ /usr/share/mini-buildd/mbd-update-bld 2012-06-22 12:24:12.120099232
+0200
@@ -87,7 +87,7 @@
mbdAptEnv
for hook in $(find ${MBD_LIB}/chroots-update.d/
-name "*.hook" | sort) $(find ${MBD_HOME}/.mini-buildd/chroots-update.d/ -name
"*.hook" | sort); do
echo "I: ${MBD_TMP_CHROOT}: Running
chroot update hook \"${hook}\"..."
- if ( echo "set -e" && cat "${hook}" ) |
schroot -c "${MBD_TMP_CHROOT}-source" -u root; then
+ if ( echo "set -e" && cat "${hook}" ) |
schroot -c "source:${MBD_TMP_CHROOT}" -u root; then
echo "I: ${MBD_TMP_CHROOT}:
Chroot update hook \"${hook}\" succeeded."
else
echo "E: ${MBD_TMP_CHROOT}:
Chroot update hook \"${hook}\" FAILED."
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.4.2-zgsrv20080 (SMP w/6 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]