Releases/Fennec 4.0b1/BuildNotes: Difference between revisions

Line 267: Line 267:


===== Create new .install files =====
===== Create new .install files =====
I had to create new softlinks for the Firefox-beta.install files (no longer point to chinook; point to fremantle).
cd /home/ftp/pub/mobile/releases/maemo
for locale in * ; do
  if [ $locale = "firefox.install" ] ; then
    continue
  fi
  rm $locale/firefox-beta.install
  (cd $locale; ln -s firefox-fremantle-beta.install firefox-beta.install)
done
The .install files almost all look good.  We need to switch for 4.0 (firefox.install -> firefox-fremantle.install) and if we add locales, but soon these will be mostly static.


===== Create bouncer entries =====
===== Create bouncer entries =====


===== Updates to beta channel =====
===== Updates to beta channel =====
Confirmed users
4,971

edits