gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 4bd495f335e2ae9bb2da99ed85a60a3a903a47a7
parent faf5a7e56df6d67ad6ce0e1e1f9bccb1aec60c68
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Sat, 15 Apr 2017 21:56:05 -0400

Build parameter adjustments

Diffstat:
Mdata/buildscripts/mozconfig-common | 2+-
Mdata/buildscripts/mozconfig-gnulinux | 2--
Mmakeicecat | 8+++++---
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 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 @@ -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 @@ -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