canmove, Confirmed users
6,441
edits
m (→Build/Repack) |
|||
| Line 98: | Line 98: | ||
* to make sure if the patch works, '''rebuilt''' 2nd (failed previously) chunk for linux. | * to make sure if the patch works, '''rebuilt''' 2nd (failed previously) chunk for linux. | ||
* win32 repacks didn't work. Landed [http://hg.mozilla.org/build/tools/rev/2f2bcc5d348e patch] | * win32 repacks didn't work. Landed [http://hg.mozilla.org/build/tools/rev/2f2bcc5d348e patch] | ||
Later, we noticed that "ja" was missing from 64-bit Linux and "ja-JP-mac" was missing from 64-bit Mac. To fix, did the following manually on moz2-linux64-slave01: | |||
<pre> | |||
export HG_SHARE_BASE_DIR=/builds/hg-shared | |||
export BUILDBOTCUSTOM=http://hg.mozilla.org/build/buildbotcustom | |||
export BUILDBOT_CONFIGS=http://hg.mozilla.org/build/buildbot-configs | |||
export CC=/tools/gcc/bin/gcc | |||
export CXX=/tools/gcc/bin/g++ | |||
export PROPERTIES_FILE=buildprops.json | |||
cd /builds/slave/rel-cen-lnx64-rpk-1/build | |||
/tools/python/bin/python /builds/slave/rel-cen-lnx64-rpk-1/build/scripts/scripts/l10n/create-release-repacks.py -c mozilla/production_config.py -r mozilla/release-firefox-mozilla-central.py -b http://hg.mozilla.org/build/buildbot-configs -t FIREFOX_4_0b8_RELEASE -p linux64 -l ja | |||
</pre> | |||
And the following on moz2-darwin10-slave13: | |||
<pre> | |||
export BUILDBOTCUSTOM=http://hg.mozilla.org/build/buildbotcustom | |||
export BUILDBOT_CONFIGS=http://hg.mozilla.org/build/buildbot-configs | |||
export CC=/tools/gcc/bin/gcc | |||
export CXX=/tools/gcc/bin/g++ | |||
export PROPERTIES_FILE=buildprops.json | |||
cd /builds/slave/rel-cen-osx64-rpk-2/build | |||
/tools/python/bin/python /builds/slave/rel-cen-osx64-rpk-2/build/scripts/scripts/l10n/create-release-repacks.py -c mozilla/production_config.py -r mozilla/release-firefox-mozilla-central.py -b http://hg.mozilla.org/build/buildbot-configs -t FIREFOX_4_0b8_RELEASE -p macosx64 -l ja-JP-mac | |||
</pre> | |||
Filed {{bug|619522} on the issue. | |||
== Unittests == | == Unittests == | ||