[pypy-commit] buildbot default: update README-CHROOT

mattip pypy.commits at gmail.com
Mon Mar 4 15:33:55 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1071:817276678139
Date: 2019-03-04 22:28 +0200
http://bitbucket.org/pypy/buildbot/changeset/817276678139/

Log:	update README-CHROOT

diff --git a/README-CHROOT b/README-CHROOT
--- a/README-CHROOT
+++ b/README-CHROOT
@@ -31,7 +31,7 @@
 Commands to run once after a reboot to set the chroot:
 
     >>> have been copied into /etc/rc.local
-mount --bind /tmp /extra1/stretch32/tmp
+mount --rbind /tmp /extra1/stretch32/tmp
 mount --rbind /proc /extra1/stretch32/proc
 mount --rbind /sys /extra1/stretch32/sys
 mount --rbind /dev /extra1/stretch32/dev
@@ -43,7 +43,6 @@
 mkdir /extra1/stretch32
 sudo debootstrap --variant=buildd --arch=i386 stretch \
     /extra1/stretch32 http://deb.debian.org/debian
-rm /extra1/strech32/tmp
 LANG=C chroot /extra1/stretch32
 echo stretch32 > /etc/debian_chroot 
 adduser buildslave


More information about the pypy-commit mailing list