Releases/Firefox 3.1b2/BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 394: Line 394:
  # now in 'stage' directory again
  # now in 'stage' directory again
  rsync -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa' -av . ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/
  rsync -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa' -av . ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/
===== Mac =====
cd obj
mkdir stage
cd stage
mkdir update
cp ../*.dmg .
cp ../update/*.mar update/
# downloaded rename script from here: http://people.mozilla.org/~bhearsum/misc/rename.pl
perl ../rename.pl .
cd mac
for i in `find . -type d -not -iname xpi`; do cd $i && mv *.dmg "Firefox 3.1 Beta 2.dmg" && cd ..; done
cd ../update
for i in *.mar; locale=`echo $i | cut -d. -f3` && mkdir -p mac/$locale && mv $i mac/$locale/firefox-3.1b2.complete.mar; done
cd mac
mkdir xpi
cd xpi
cp ../../../install/*.xpi .
for i in *.xpi; do locale=`echo $i | cut -f3 -d.`; mv $i $locale.xpi; done
cd ../../
# now in 'stage' directory again
rsync -e 'ssh -i /Users/cltbld/.ssh/ffxbld_dsa' -av . ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.1b2-candidates/build2/


====Sign====
====Sign====
canmove, Confirmed users
6,441

edits

Navigation menu