summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-03-05 11:16:56 -0500
committerRuben Rodriguez <ruben@gnu.org>2017-03-05 11:16:56 -0500
commit0166a39d0d07845159e51202d1ddd3938e01cda1 (patch)
treedf1100f173991474b5a6d5b96effe778513b157e /makeicecat
parent3b81371bdaf2ba0b2a774382a9ca3e54fc42d7b7 (diff)
Updated to v45.7.0ESR
Diffstat (limited to 'makeicecat')
-rw-r--r--makeicecat14
1 files changed, 12 insertions, 2 deletions
diff --git a/makeicecat b/makeicecat
index 7d65141..5d3e8e6 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,8 +20,8 @@
set -e
FFMAJOR=45
-FFMINOR=5
-FFSUB=1
+FFMINOR=7
+FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION
@@ -102,6 +102,14 @@ cd ..
mv l10n $SOURCEDIR
+hg clone http://hg.mozilla.org/build/compare-locales/
+cd compare-locales/
+hg checkout FIREFOX_45_2_0esr_RELEASE
+hg checkout FIREFOX_${FFMAJOR}_${FFMINOR}_${FFSUB}esr_RELEASE || true
+cd ..
+rm compare-locales/.hg* compare-locales/.git* -rf
+mv compare-locales $SOURCEDIR/l10n
+
#######################################################
cd $SOURCEDIR
@@ -374,6 +382,8 @@ s|www.gnu.org/software/gnuzilla/icecat-help|libreplanet.org/wiki/Group:IceCat/He
"
find . -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "$SEDSCRIPT" '{}' ';'
+find l10n -type f -execdir /bin/sed --follow-symlinks -i "s/from GNU/from Mozilla/g" '{}' ';'
+
SEDSCRIPT="
s/free and open source software/Free Software/g;
s/free and open source/Free Software/g;