diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 21:56:05 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 21:56:05 -0400 |
commit | 4bd495f335e2ae9bb2da99ed85a60a3a903a47a7 (patch) | |
tree | abacb99d032d7f4d6f94304ea241ee163810503c | |
parent | faf5a7e56df6d67ad6ce0e1e1f9bccb1aec60c68 (diff) |
Build parameter adjustments
-rw-r--r-- | data/buildscripts/mozconfig-common | 2 | ||||
-rw-r--r-- | data/buildscripts/mozconfig-gnulinux | 2 | ||||
-rw-r--r-- | makeicecat | 8 |
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 @@ -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 |