canmove, Confirmed users
6,440
edits
No edit summary |
|||
Line 137: | Line 137: | ||
* A linux repack failed (only 1/6, rest ran fine), so restarted failed repack: | * A linux repack failed (only 1/6, rest ran fine), so restarted failed repack: | ||
** failing run log http://buildbot-master13.build.mozilla.org:8001/builders/release-mozilla-beta-linux_repack_1%2F6/builds/18/steps/run_script/logs/stdio | ** failing run log http://buildbot-master13.build.mozilla.org:8001/builders/release-mozilla-beta-linux_repack_1%2F6/builds/18/steps/run_script/logs/stdio | ||
=== Update verify notes === | |||
* For 14.0 and earlier, we had this diff in the full checks: | |||
<pre> | |||
diff -r source/thunderbird/defaults/pref/channel-prefs.js target/thunderbird/defaults/pref/channel-prefs.js | |||
1a2,5 | |||
> /* This Source Code Form is subject to the terms of the Mozilla Public | |||
> * License, v. 2.0. If a copy of the MPL was not distributed with this | |||
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |||
> | |||
WARN: non-binary files found in diff | |||
</pre> | |||
This is related to {{bug|750294}} and happens because channel-prefs.js doesn't get updated through MARs. We'll see this difference for <= 14.0 -> latest in perpetuity. | |||
* For 14.0 and earlier on Linux, Linux64 and Windows: | |||
Only in source/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}: preview.png | |||
This happened because preview.png wasn't added to removed-files.in when {{bug|753618}}. It's since been added ({{bug|783241}}). Nothing to worry about here. |