Confirmed users
1,989
edits
| Line 53: | Line 53: | ||
--release-config release-fennec-mozilla-release.py --products firefox,fennec \ | --release-config release-fennec-mozilla-release.py --products firefox,fennec \ | ||
--dryrun localhost:9001 | --dryrun localhost:9001 | ||
* | * Had the following errors | ||
<pre> | |||
2012-10-05 15:18:48,179 : INFO : Comparing fennec mozconfigs to nightly mozconfigs... | |||
2012-10-05 15:18:49,689 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/release but not in mobile/android/config/mozconfigs/android-armv6/nightly: ac_add_options --enable-updater | |||
2012-10-05 15:18:49,690 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/release but not in mobile/android/config/mozconfigs/android-armv6/nightly: ac_add_options --with-branding=mobile/android/branding/official | |||
2012-10-05 15:18:49,690 : WARNING : ac_add_options --with-branding=mobile/android/branding/beta not in android-armv6 ['ac_add_options --enable-update-channel=nightly', 'ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}', 'ac_add_options --enable-warnings-as-errors', 'ac_add_options --with-ccache=/usr/bin/ccache']! | |||
2012-10-05 15:18:49,690 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/nightly but not in mobile/android/config/mozconfigs/android-armv6/release: ac_add_options --with-branding=mobile/android/branding/beta | |||
2012-10-05 15:18:50,887 : ERROR : Error verifying mozconfigs | |||
bhearsum i see the problem | |||
bhearsum https://hg.mozilla.org/releases/mozilla-release/file/ddb22ac6c03b/mobile/android/config/mozconfigs/android-armv6/nightly has beta branding | |||
bhearsum and the mozconfig comparison expcets nightly & release to be thesame | |||
bhearsum so, we can ignore this error too, because release branding is correct | |||
bhearsum i'll file a bug for lsblakk to fix the nightly branding | |||
</pre> | |||
Ran build with : | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u kmoir \ | |||
-V 16.0 --branch mozilla-release --build-number 1 \ | |||
--release-config release-firefox-mozilla-release.py \ | |||
--release-config release-fennec-mozilla-release.py --products firefox,fennec \ | |||
--bypass-check localhost:9001 | |||
=== Sign Android Builds === | === Sign Android Builds === | ||