# HG changeset patch # User Pascal Bellard # Date 1298654989 -3600 # Node ID ccd7162c0ed1967c848954d476f2725305e43697 # Parent f29f2029e88912e0cd19b8f4a1df9b90eca106bb tazwok: link sanbox lockfile in chroot diff -r f29f2029e889 -r ccd7162c0ed1 tazwok --- a/tazwok Fri Feb 25 01:26:02 2011 +0100 +++ b/tazwok Fri Feb 25 18:29:49 2011 +0100 @@ -2176,6 +2176,8 @@ -i \$chroot_dir/etc/slitaz/slitaz.conf $( [ "$undigest" ] && echo ' echo "undigest='"$undigest"'" >> $chroot_dir/etc/slitaz/tazwok.conf') sed 's/LC_ALL/LC_ALL=POSIX/' -i \$chroot_dir/etc/profile + # The build bot may run in a sandbox: link sandbox lockfile + ln -s \$LOCAL_REPOSITORY/sandbox/proc/1 \$chroot_dir/proc/1 } mount_chroot()