MozillaFirefox/create-tar.sh
branchfirefox78
changeset 1138 4ac678bd2a26
parent 1119 4c5d44d40a03
child 1155 b8c834aafde2
equal deleted inserted replaced
1137:909f866430ee 1138:4ac678bd2a26
   179 
   179 
   180 # Get ID 
   180 # Get ID 
   181 BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX")
   181 BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX")
   182 
   182 
   183 if [ -z ${SKIP_LOCALES+x} ]; then
   183 if [ -z ${SKIP_LOCALES+x} ]; then
   184   # TODO: Thunderbird has usually "default" as locale entry. 
   184   if [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then
   185   # There we probably need to double-check Firefox-locals
       
   186   # For now, just download every time for Thunderbird
       
   187   if [ "$PRODUCT" = "firefox" ] && [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then
       
   188     printf "%-40s: Did not change. Skipping.\n" "locales"
   185     printf "%-40s: Did not change. Skipping.\n" "locales"
   189     LOCALES_CHANGED=0
   186     LOCALES_CHANGED=0
   190   else
   187   else
   191     printf "%-40s: Need to download.\n" "locales"
   188     printf "%-40s: Need to download.\n" "locales"
   192     LOCALES_CHANGED=1
   189     LOCALES_CHANGED=1