summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/buildscripts/mozconfig-common2
-rw-r--r--data/buildscripts/mozconfig-gnulinux2
-rw-r--r--makeicecat8
3 files changed, 6 insertions, 6 deletions
diff --git a/data/buildscripts/mozconfig-common b/data/buildscripts/mozconfig-common
index 6b49a6f..87afb4e 100644
--- a/data/buildscripts/mozconfig-common
+++ b/data/buildscripts/mozconfig-common
@@ -5,8 +5,8 @@ mk_add_options MOZ_MAKE_FLAGS=-j7
ac_add_options --with-ccache=/usr/bin/ccache
ac_add_options --disable-debug
-#ac_add_options --disable-optimize
ac_add_options --disable-tests
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --disable-maintenance-service
+ac_add_options --disable-eme
diff --git a/data/buildscripts/mozconfig-gnulinux b/data/buildscripts/mozconfig-gnulinux
index 539a955..c44e20f 100644
--- a/data/buildscripts/mozconfig-gnulinux
+++ b/data/buildscripts/mozconfig-gnulinux
@@ -3,6 +3,4 @@ mk_add_options MOZ_OBJDIR=./obj-gnulinux
ac_add_options --disable-webrtc
-ac_add_options --disable-gnomevfs
ac_add_options --enable-gio
-ac_add_options --enable-gstreamer=0.10
diff --git a/makeicecat b/makeicecat
index 01ebb59..3ce5845 100644
--- a/makeicecat
+++ b/makeicecat
@@ -29,7 +29,7 @@ SOURCEDIR=icecat-$FFVERSION
# http://bazaar.launchpad.net/~mozillateam/firefox/firefox.trusty/changes
CODENAME=trusty
-REVISION=1134
+REVISION=1172
#CODENAME=precise
#REVISION=993
@@ -91,7 +91,8 @@ while read line;do
hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$line
cd $line
hg checkout FENNEC_52_0_RELEASE || true
- hg checkout FENNEC_${FFMAJOR}_${FFMINOR}_${FFSUB}esr_RELEASE || true
+ hg checkout FENNEC_52_0_1_RELEASE || true
+ hg checkout FENNEC_${FFMAJOR}_${FFMINOR}_${FFSUB}_RELEASE || true
mkdir -p $line/browser/chrome/browser/preferences
touch $line/browser/chrome/browser/preferences/advanced-scripts.dtd
rm -rf .hg*
@@ -104,7 +105,8 @@ mv l10n $SOURCEDIR
hg clone http://hg.mozilla.org/build/compare-locales/
cd compare-locales/
hg checkout FENNEC_52_0_RELEASE
-hg checkout FENNEC_${FFMAJOR}_${FFMINOR}_${FFSUB}esr_RELEASE || true
+hg checkout FENNEC_52_0_1_RELEASE
+hg checkout FENNEC_${FFMAJOR}_${FFMINOR}_${FFSUB}_RELEASE || true
cd ..
rm compare-locales/.hg* compare-locales/.git* -rf
mv compare-locales $SOURCEDIR/l10n