Confirmed users
3,104
edits
(→Source) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
= Bugs hit = | = Bugs hit = | ||
* 20 minutes not long enough for 6 concurrent repack jobs to clone - in fact only three tried to clone, the others updated and got 4 changesets. So hg.m.o slowness ? | |||
* {{Bug|780800}} - mozharness shouldn't checkout a working copy of files in hg-shared directories | |||
=Build Engineers= | =Build Engineers= | ||
Line 136: | Line 138: | ||
=== Build === | === Build === | ||
==== Fennec ==== | ==== Fennec ==== | ||
ok | |||
===== Fennec repacks ===== | ===== Fennec repacks ===== | ||
Repack jobs 3 and 5 (of 6) both timed out taking more than 20 minutes to clone mozilla-release: | |||
<pre>18:38:55 INFO - hg share works. | |||
18:38:55 INFO - Updating shared repo | |||
18:38:55 INFO - Cloning http://hg.mozilla.org/releases/mozilla-release to /builds/hg-shared/releases/mozilla-release. | |||
18:38:55 INFO - Running command: ['hg', '--config', 'ui.merge=internal:merge', 'clone', 'http://hg.mozilla.org/releases/mozilla-release', '/builds/hg-shared/releases/mozilla-release'] | |||
18:38:55 INFO - Copy/paste: hg --config ui.merge=internal:merge clone http://hg.mozilla.org/releases/mozilla-release /builds/hg-shared/releases/mozilla-release | |||
command timed out: 1200 seconds without output, attempting to kill</pre> | |||
Used rebuild button on both. | |||
=== Android Signing === | === Android Signing === | ||
# cltsign@signing1 | # cltsign@signing1 | ||
cd ~/signing-work/mozharness | cd ~/signing-work/mozharness | ||
Line 151: | Line 163: | ||
=== Release Day === | === Release Day === | ||
==== Publish Fennec to the Play Store (for beta releases and release releases) ==== | ==== Publish Fennec to the Play Store (for beta releases and release releases) ==== | ||
<quote>Once built and signed off by QA this build should be uploaded to the Google Play store and activated *alongside* the 14.0.1 Firefox for Android apk to ensure that users coming to download are getting offered the correct builds.</quote> | |||
* Uploaded the new APK and activated witout disactivationg the previous one | |||
=====Push the files (for beta releases and release releases)===== | =====Push the files (for beta releases and release releases)===== | ||
* Puhsed [http://hg.mozilla.org/build/braindump/rev/fb3621f796d0 fb3621f796d0] | |||
# ffxbld@stage | |||
curl -O http://hg.mozilla.org/build/braindump/raw-file/tip/releases-related/push_fennec.sh | |||
bash push_fennec.sh | |||
cd /pub/mozilla.org/mobile/releases | |||
rm latest && ln -s 14.0.2 latest |