Confirmed users
4,293
edits
No edit summary |
|||
| Line 248: | Line 248: | ||
yahoo.xml | yahoo.xml | ||
* Linux - PASS, no extra differences found. | * Linux - PASS, no extra differences found. | ||
* Windows - PASS, with the usual issues differences for .autoreg, freebl3.chk, nssdbm3.chk, removed-files, softokn3.chk | * Windows - PASS, with the usual issues differences for .autoreg, freebl3.chk, nssdbm3.chk, removed-files, softokn3.chk | ||
* Mac - PASS, with some leftover directories | |||
Only in source/Firefox.app/Contents: Plug-Ins | |||
Contents of source/Firefox.app/Contents/Plug-Ins dir only in source or target | |||
229503469 0 drwxr-xr-x 3 cltbld staff 102 May 4 10:31 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin | |||
229503470 0 drwxr-xr-x 4 cltbld staff 136 Jun 22 18:30 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents | |||
229503474 0 drwxr-xr-x 2 cltbld staff 68 Jun 22 18:30 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/MacOS | |||
229503475 0 drwxr-xr-x 3 cltbld staff 102 May 4 10:31 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources | |||
229503477 0 drwxr-xr-x 3 cltbld staff 102 Jun 22 18:30 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj | |||
229503481 0 drwxr-xr-x 2 cltbld staff 68 Jun 22 18:30 source/Firefox.app/Contents/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib | |||
==== Publish updates to beta channel ==== | ==== Publish updates to beta channel ==== | ||
| Line 318: | Line 326: | ||
* nthomas is verifying the log as well | * nthomas is verifying the log as well | ||
* nthomas suggested me for next time to use something like this: | * nthomas suggested me for next time to use something like this: | ||
while [[ 2 > 1 ]]; do curl -sI http://mozilla.cdn.cacheboy.net/firefox/releases/3.5.10/update/win32/en-US/firefox-3.5.10.complete.mar | grep ^HTTP; done | while [[ 2 > 1 ]]; do curl -sI http://mozilla.cdn.cacheboy.net/firefox/releases/3.5.10/update/win32/en-US/firefox-3.5.10.complete.mar | grep ^HTTP; done | ||
NOTE: If there had been neither 404s nor 503s in the log I should have marked this step as a PASS. | NOTE: If there had been neither 404s nor 503s in the log I should have marked this step as a PASS. | ||
==== Push updates to release channel ==== | ==== Push updates to release channel ==== | ||
*''Unthrottle 3.5.9''. | |||
* Push 3.5.x snippets | |||
# cltbld @ aus2-staging | # cltbld @ aus2-staging | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
~/bin/backupsnip 20100504-Firefox-3.5.10 | ~/bin/backupsnip 20100504-Firefox-3.5.10 | ||
~/bin/pushsnip 20100504-Firefox-3.5.10 | ~/bin/pushsnip 20100504-Firefox-3.5.10 | ||
* push major update snippets (unadvertised) | |||
~/bin/backupsnip 20100622-Firefox-3.5.10-3.6.4-MU | |||
~/bin/pushsnip 20100622-Firefox-3.5.10-3.6.4-MU | |||
==== Release ==== | ==== Release ==== | ||
# ffxbld@stage | # ffxbld@stage | ||
cd /home/ftp/pub/firefox/releases | cd /home/ftp/pub/firefox/releases | ||
rm latest-3.5 && ln -s 3.5.10 latest-3.5 | rm latest-3.5 && ln -s 3.5.10 latest-3.5 | ||
==== XULRunner build ==== | ==== XULRunner build ==== | ||
Discontinued ? | |||