MozillaFirefox/create-tar.sh
branchfirefox60
changeset 1047 847ae61baab6
parent 1046 75893a3d8fbe
child 1048 a6a2360bc1bd
--- a/MozillaFirefox/create-tar.sh	Wed May 02 09:28:53 2018 +0200
+++ b/MozillaFirefox/create-tar.sh	Wed May 09 22:06:26 2018 +0200
@@ -5,10 +5,10 @@
 # "moz_source_stamp": "c1de04f39fa956cfce83f6065b0e709369215ed5"
 # http://ftp.mozilla.org/pub/firefox/candidates/48.0-candidates/build2/l10n_changesets.txt
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_60_0b16_RELEASE"
-VERSION="59.99"
+RELEASE_TAG="ea4f3168c604994f051644b467aad92723448d12"
+VERSION="60.0"
 
 # check required tools
 test -x /usr/bin/hg || ( echo "hg missing: execute zypper in mercurial"; exit 5 )
@@ -54,7 +54,7 @@
 fi
 
 echo "creating archive..."
-tar $compression -cf firefox-$VERSION-source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla
+tar $compression -cf firefox-$VERSION.source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla
 
 # l10n
 echo "fetching locales..."