canmove, Confirmed users
6,439
edits
Line 189: | Line 189: | ||
== Move Scratchbox == | == Move Scratchbox == | ||
Scratchbox takes up a non-trivial amount of space and should be moved to a different partition. | Scratchbox takes up a non-trivial amount of space and should be moved to a different partition. | ||
# | # as root | ||
/etc/init.d/sbox stop | |||
umount /scratchbox/users/cltbld/dev/* | |||
umount /scratchbox/users/cltbld/* | |||
# ln -s /builds/scratchbox /scratchbox | mv /scratchbox /builds/scratchbox | ||
# scratchbox needs this symlink to function properly | |||
ln -s /builds/scratchbox /scratchbox | |||
/etc/init.d/sbox start | |||
== Installing BuildBot == | == Installing BuildBot == |