Confirmed users
4,293
edits
No edit summary |
|||
Line 152: | Line 152: | ||
==Build 2== | ==Build 2== | ||
Respinning mac only for {{bug|434914}}, solved by backout of {{bug|357670}}. Linux and Windows builds and complete mars will be symlinked forward. | |||
* update fx-moz19-bootstrap.cfg, get review, land and move the bootstrap tag to your new revision (NB: this changed since bug 415970 - no need to cvs up the bootstrap.cfg on the master any longer but moving the tag is critical) | |||
* Modify master.cfg with | |||
build_depscheduler = Dependent( | |||
name="build_dep", | |||
upstream=tag_scheduler, | |||
- builderNames=["source", "linux_build", "macosx_build", "win32_build"], | |||
+ # builderNames=["source", "linux_build", "macosx_build", "win32_build"], | |||
+ builderNames=["source", "macosx_build"], | |||
) | |||
'''NB: this started builds for linux and windows off, need to figure out why. We stopped them''' | |||
* On fx-mac-1.9-slave2, fx-win32-1.9-slave2, fx-linux-1.9-slave2 | |||
** remove the contents of /builds/verify/* | |||
* on fx-linux-1.9-slave2 | |||
** cd /data/cltbld/bin && cvs up | |||
** rm -rf /builds/updates/* | |||
** rm -rf /builds/source/* | |||
** rm -rf /data/cltbld/firefox-3.0rc1 | |||
** rm -rf /builds/tags/* (but only if you really need the space) | |||
* kick off buildbot (run as cltbld on production-1.9-master): | |||
buildbot sendchange --username=nthomas --master=localhost:9989 -m "Firefox 3.0 RC2 Build2" release | |||
===Tag=== | |||
* automated, no problems | |||
* did a cvs rdiff to verify changes between FIREFOX_3_0rc2_BUILD1 FIREFOX_3_0rc2_BUILD2 | |||
===Source=== | |||
* automated, no problems | |||
===Build=== | |||
* linux and windows started off but were interrupted |