Confirmed users
3,990
edits
Line 175: | Line 175: | ||
</pre> | </pre> | ||
==== Update Verify ==== | ==== Update Verify ==== | ||
To force all of the verify builders, used the following script (warning: not OS X compatible): | |||
<pre> | |||
for p in linux linux64 macosx64 win32; do | |||
for i in `seq 1 10`; do | |||
curl "http://production-master1.build.sjc1.mozilla.com:8010/builders/release-mozilla-2.0-${p}_major_update_verify_${i}%2F10/force" >/dev/null | |||
done | |||
done | |||
</pre> | |||
Differences in all platforms: | |||
<pre> | |||
diff -r source/firefox/defaults/pref/channel-prefs.js target/firefox/defaults/pref/channel-prefs.js | |||
1,2c1,2 | |||
< //@line 2 "/builds/slave/rel-2.0-lnx-bld/build/browser/app/profile/channel-prefs.js" | |||
< pref("app.update.channel", "release"); | |||
--- | |||
> //@line 2 "/builds/slave/rel-beta-lnx-bld/build/browser/app/profile/channel-prefs.js" | |||
> pref("app.update.channel", "beta"); | |||
WARN: non-binary files found in diff | |||
</pre> | |||
Locale specific differences: | |||
* en-ZA: answers.xml, creativecommons.xml | |||
* ro: creativecommons.xml | |||
Which all look like legitimate search engine changes. | |||
And platform specific differences,: | |||
* Mac: | |||
<pre> | |||
Only in source/Firefox.app: force_plist_reload | |||
</pre> | |||
Which is OK because {{bug|386760}} removed that file in 5.0.<br/> | |||
<b>Why did de, fy-NL, el, en-US, kk, nso, and sq not have this line?</b> | |||
* Windows: | |||
<pre> | |||
Only in source/bin: D3DCompiler_42.dll | |||
Only in source/bin: d3dx9_42.dll | |||
</pre> | |||
Which is OK because these files were replaced with _43 versions when {{bug|648804}} landed. | |||
=== Channel switching snippets === | === Channel switching snippets === |