Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
(→Build) |
No edit summary |
||
| Line 44: | Line 44: | ||
* We failed three of our signed off locales, '''nb-NO''', '''fi''', '''sv-SE'''. Holding next steps until I get an ok to ship without them (from our l10n coordinator) | * We failed three of our signed off locales, '''nb-NO''', '''fi''', '''sv-SE'''. Holding next steps until I get an ok to ship without them (from our l10n coordinator) | ||
** Got an OK from KaiRo for moving forward with this, had to update shipped-locales due to the failure here (See new cset above), I moved the tags so that we don't need a build2. | ** Got an OK from KaiRo for moving forward with this, had to update shipped-locales due to the failure here (See new cset above), I moved the tags so that we don't need a build2. | ||
=== Fake tr locale === | |||
In order for bouncer/sentry to see our files, I created fake tr locale files on ftp: | |||
mkdir "win32/tr" "linux-i686/tr" "mac/tr" | |||
mkdir "update/win32/tr" "update/linux-i686/tr" "update/mac/tr" | |||
touch "win32/tr/SeaMonkey Setup 2.1 Beta 3.exe" \ | |||
"linux-i686/tr/seamonkey-2.1b3.tar.bz2" \ | |||
"mac/tr/SeaMonkey%202.1%20Beta%203.dmg" \ | |||
"win32/tr/seamonkey-2.1b3.complete.mar" \ | |||
"update/linux-i686/tr/seamonkey-2.1b3.complete.mar" \ | |||
"update/mac/tr/seamonkey-2.1b3.complete.mar" | |||
mv win32/tr/*.mar update/win32/tr | |||
=== Signing === | === Signing === | ||
| Line 53: | Line 65: | ||
* Logged onto stage-old.mozilla.org and ran <code>sh ~/fakesign.sh</code> | * Logged onto stage-old.mozilla.org and ran <code>sh ~/fakesign.sh</code> | ||
=== Updates and Verification === | |||
*_l10n_verify and updates started automatically, triggered by the fake-signing. | |||
** L10n verification is mostly useless, since we have many new locales, and lots of expected changed strings. | |||
* update completed fine | |||
** the Update verification was red for all platforms, due to the dropping of 4 locales that were in b2: ''`it`'', ''`fi`'', ''`nb-NO`'', ''`sv-SE`''. This is ok in this case. Everything else was fine. | |||
=== Copy Language Packs === | |||
Used <code>langpackmove.sh</code> as documented in [[SeaMonkey:Release_Process:2.0b1|2.0b1]] notes to move the langpacks into the directory we want them in for release. | |||
=== Zipcopy === | |||
Used <code>zipcopy.sh</code> as documented in [[SeaMonkey:Release_Process:2.0b1|2.0b1]] notes to move the Windows zips into the directory we want them in for release. | |||
=== Create Checksums === | |||
With <code>make-checksums.sh</code> as documented in [[SeaMonkey:Release_Process:2.0.3|2.0.3]] notes, created MD5SUMS and SHA1SUMS files containing all files we release - copying the README from last time and replacing the versions as needed, as well as doing the same for Linux x86_64. | |||
=== Update the README on FTP === | |||
The README file we copy over from 2.1b2 needed a manual Update as the PRETTYNAME with version doesn't get updated by the scripts we use. I also noticed that we still referenced PPC in that, so adjusted as well. | |||
=== Push To Mirrors === | |||
Used <code>mirrorpush.sh</code> as documented in [[SeaMonkey:Release Process:2.0.3|2.0.3]] notes to finally push the files to the public dir for mirrors to pick them up. | |||
== Wall Clock Time == | == Wall Clock Time == | ||
edits