canmove, Confirmed users
6,441
edits
| Line 74: | Line 74: | ||
=== Sync repositories === | === Sync repositories === | ||
We're building RCs out of the mozilla-2.0 and l10n-mozilla-2.0 repositories, and we're responsible for syncing the latest from mozilla-central/l10n-central to them. To do this, did the following on an idle slave, after opening the mozilla-2.0 tree: | We're building RCs out of the mozilla-2.0 and l10n-mozilla-2.0 repositories, and we're responsible for syncing the latest from mozilla-central/l10n-central to them. To do this, did the following on an idle slave, after opening the mozilla-2.0 tree: | ||
cd /builds/slave | cd /builds/slave | ||
mkdir rc1-sync | mkdir rc1-sync | ||
cd rc1-sync | cd rc1-sync | ||
wget -O- http://hg.mozilla.org/mozilla-central/raw-file/tip/browser/locales/shipped-locales | grep -v en-US | cut -f1 -d" " > locales.txt | |||
hg clone http://hg.mozilla.org/mozilla-central | hg clone http://hg.mozilla.org/mozilla-central | ||
cd mozilla-central | cd mozilla-central | ||