977
edits
Lukasblakk (talk | contribs) |
Lukasblakk (talk | contribs) |
||
| Line 15: | Line 15: | ||
(1) Slaves sometimes run out of disk space because of failed nightly builds that did not clean-up after themselves. Here's a helper script to clean those up (run this in an MSYS terminal): | (1) Slaves sometimes run out of disk space because of failed nightly builds that did not clean-up after themselves. Here's a helper script to clean those up (run this in an MSYS terminal): | ||
for i in `find /e/builds/moz2_slave -maxdepth 1 -iname "*-nightly" -type d`; do find $i -maxdepth 1 -type d -iname build -exec rm -rf {} \;; done | for i in `find /e/builds/moz2_slave -maxdepth 1 -iname "*-nightly" -type d`; do find $i -maxdepth 1 -type d -iname build -exec rm -rf {} \;; done | ||
== Fixing Failing Builds == | == Fixing Failing Builds (clobber steps) == | ||
'''Login as cltbld with RDP''' | '''Login as cltbld with RDP''' | ||
edits