Confirmed users
4,293
edits
(Created page with 'Until we're about to ship this page will serve as a spot to put down a rough checklist of what needs to be done to ship. = Release Engineers = = Tracking Bug = {{bug|540666}} …') |
|||
| Line 10: | Line 10: | ||
== Stage and Rename files == | == Stage and Rename files == | ||
Much the same as [[Releases/Firefox_3.5/BuildNotes#Stage_and_Rename_files | Firefox 3.5]]. | |||
# ffxbld@stage | |||
mkdir firefox-3.6 | |||
cd firefox-3.6 | |||
rsync -av --exclude='*partial.mar' --exclude=source --exclude=*SUMS /pub/mozilla.org/firefox/releases/3.6rc2/ . | |||
find contrib linux-i686 update -type f | perl -nle '$nf = $_; if ( $nf =~ s/rc2// ) { system("mv","-v",$_,$nf)}' | |||
find mac win32 -type f | perl -nle '$nf = $_; if ( $nf =~ s/\ RC\ 2// ) { system("mv","-v",$_,$nf)};' | |||
wget -O../firefox-3.6-shipped-locales http://hg.mozilla.org/releases/mozilla-1.9.2/raw-file/FIREFOX_3_6rc2_RELEASE/browser/locales/shipped-locales | |||
~cltbld/bin/verify-locales.pl -m ~/firefox-3.6-shipped-locales -l bz2 | |||
~cltbld/bin/checksum-files . | |||
chown -R ffxbld:firefox linux-i686 mac update win32 | |||
chmod 644 *SUMS | |||
== Content verification == | == Content verification == | ||