Confirmed users
4,293
edits
Line 66: | Line 66: | ||
./verify.sh -c mozBeta-firefox-linux64.cfg 2>&1 | tee log | ./verify.sh -c mozBeta-firefox-linux64.cfg 2>&1 | tee log | ||
Results | Results - a harmless comment, expected difference in channel and ACCEPTED_MAR_CHANNEL_IDS | ||
<pre>diff -r source/bin/defaults/pref/channel-prefs.js target/bin/defaults/pref/channel-prefs.js | |||
1c1 | |||
< //@line 2 "c:\builds\moz2_slave\rel-m-beta-w32_bld-00000000000\build\browser\app\profile\channel-prefs.js" | |||
--- | |||
> //@line 2 "c:\builds\moz2_slave\rel-m-rel-w32_bld-000000000000\build\browser\app\profile\channel-prefs.js" | |||
6c6 | |||
< pref("app.update.channel", "beta"); | |||
--- | |||
> pref("app.update.channel", "release"); | |||
diff -r source/bin/update-settings.ini target/bin/update-settings.ini | |||
5c5 | |||
< ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-beta,firefox-mozilla-release | |||
--- | |||
> ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-release | |||
WARN: non-binary files found in diff | |||
WARN: check_updates returned warning for WINNT_x86-msvc downloads/Firefox Setup 33.0b9.exe vs. downloads/Firefox Setup 33.0.exe: 2 | |||
</pre> | |||
=== Pushing to beta === | === Pushing to beta === |