Confirmed users
2,679
edits
Line 262: | Line 262: | ||
</pre></code> | </pre></code> | ||
Now move scratchbox off root partition. Scratchbox takes up a non-trivial amount of space and should be moved to a different partition. | |||
<code><pre> | |||
# as root | |||
/etc/init.d/sbox stop | |||
umount /scratchbox/users/cltbld/dev/* | |||
umount /scratchbox/users/cltbld/* | |||
mv /scratchbox /builds/scratchbox | |||
# scratchbox needs this symlink to function properly | |||
# | |||
ln -s /builds/scratchbox /scratchbox | |||
/etc/init.d/sbox start | |||
</pre></code> | |||
To verify that scratchbox is working, do: | |||
<code><pre> | |||
$ moz_scratchbox | |||
> ls | |||
... | |||
> exit | |||
$ | |||
</pre></code> | |||
== Installing BuildBot == | == Installing BuildBot == |