# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.341 2005/10/06 20:55:42 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.342 2005/10/06 20:56:54 wolf31o2 Exp $
+
+ 06 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/tinderbox/tinderbox-chroot.sh,
+ targets/tinderbox/tinderbox-controller.sh:
+ Fixing problem with bind mounted portage and final rsync on tinderbox target
+ and adding additional logging.
06 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/tinderbox_target.py:
Stop tinderbox from trying to create a tarball of itself
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.12 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.13 2005/10/06 20:56:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
read -s -n 1
fi
fi
-
+
+ mkdir -p /tmp/packages/$x
+ export PORT_LOGDIR="/tmp/packages/$x"
emerge --usepkg --buildpkg $x
if [ "$?" != "0" ]
echo "$x" >> /tmp/tinderbox.log
fi
echo "Syncing from original pristine tinderbox snapshot..."
- rsync -avx --delete --exclude "/root/*" --exclude "/tmp/" --exclude "/usr/portage/*" /tmp/rsync-bak/ /
+ rsync -avx --delete --exclude "/root/*" --exclude "/tmp/" --exclude "/usr/portage/" /tmp/rsync-bak/ /
done
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.4 2005/10/06 20:56:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
;;
preclean)
- #exec_in_chroot ${clst_sharedir}/targets/grp/tinderbox-preclean-chroot.sh
+ #exec_in_chroot ${clst_sharedir}/targets/tinderbox/tinderbox-preclean-chroot.sh
delete_from_chroot /tmp/chroot-functions.sh
;;