66
edits
m (→Automation) |
|||
Line 80: | Line 80: | ||
* ensure that machines have enough resources ({{bug|393274}}) | * ensure that machines have enough resources ({{bug|393274}}) | ||
** On production-1.8-master, remove private and public areas: | ** On production-1.8-master, remove private and public areas: | ||
*** rm -rf /data/cltbld/firefox-* | *** rm -rf /data/cltbld/firefox-* (check with folks responsible for the releases being rm'd before removing ... in this case it was nthomas and bhearsum) | ||
*** rm -rf /builds/tags/* - did not do this, plenty of space | *** rm -rf /builds/tags/* - did not do this, plenty of space (and handy to have copies of what was tagged to work around CVS's lack of atomicity of tagging) | ||
*** in /home/ftp/pub/firefox/nightly/, remove all except the 2.0.0.x-candidates directory for the previous release | *** in /home/ftp/pub/firefox/nightly/, remove all except the 2.0.0.x-candidates directory for the previous release | ||
*** pull in 2.0.0.12 files with <tt>rsync -av stage.mozilla.org:/home/ftp/pub/thunderbird/nightly/2.0.0.12-candidates /data/ftp/pub/thunderbird/nightly/</tt> | *** pull in 2.0.0.12 files with <tt>rsync -av stage.mozilla.org:/home/ftp/pub/thunderbird/nightly/2.0.0.12-candidates /data/ftp/pub/thunderbird/nightly/</tt> |
edits