Releases/Firefox 14.0.1/BuildNotes-Updates: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 342: Line 342:


To further debug, unpacked the exe and found that jsloader/ and jssubloader/185/resource were empty directories, so this step is a PASS.
To further debug, unpacked the exe and found that jsloader/ and jssubloader/185/resource were empty directories, so this step is a PASS.
==== 13.0.2 -> 14.0.1 snippets ====
Because the original "updates" builder failed out before generating any updates, we didn't get any snippets generated for 13.0.2 users (which, despite not being shipped has an ADI of 20k). To generate complete snippets for 13.0.2, did the following:
<pre>
# ffxbld@aus3-staging.mozilla.org
cd /opt/aus2/snippets/staging
for i in Firefox-14.0.1-build1{,-test}; do
  cd $i/Firefox
  rsync -n -av 13.0/ 13.0.2/
  cd ../..
done
</pre>
canmove, Confirmed users
6,441

edits

Navigation menu