canmove, Confirmed users
1,511
edits
(wipe tinderbox-configs dir between mirror updates) |
(format as shell commands) |
||
| Line 130: | Line 130: | ||
* Remove and re-checkout tinderbox-configs directories on build machines. Since the mirror takes checkins, the local checkout thinks that it has a higher revision and won't update to the now-refreshed mirror. | * Remove and re-checkout tinderbox-configs directories on build machines. Since the mirror takes checkins, the local checkout thinks that it has a higher revision and won't update to the now-refreshed mirror. | ||
# e.g. linux | # e.g. linux | ||
cd /builds/tinderbox/Fx-Mozilla1.8-release | cd /builds/tinderbox/Fx-Mozilla1.8-release | ||
rm -rf tinderbox-configs | rm -rf tinderbox-configs | ||
cvs -d :ext:cltbld@staging-build-console.build.mozilla.org:/builds/cvsmirror/cvsroot co -d tinderbox-configs -r MOZILLA_1_8_BRANCH_release mozilla/tools/tinderbox-configs/firefox/linux | cvs -d :ext:cltbld@staging-build-console.build.mozilla.org:/builds/cvsmirror/cvsroot co -d tinderbox-configs -r MOZILLA_1_8_BRANCH_release mozilla/tools/tinderbox-configs/firefox/linux | ||
For l10n use the MOZILLA_1_8_BRANCH_l10n_release branch. | For l10n use the MOZILLA_1_8_BRANCH_l10n_release branch. | ||