mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 1324536 - Only add/remove files in intl/{icu,tzdata}/{source,SVN-INFO} so that random other detritus in intl/{icu,tzdata} doesn't get included. r=anba
--HG-- extra : rebase_source : 04731d57ce73dce2a10c7e6a45d8dc4c72f6ddd1
This commit is contained in:
parent
373b09baf8
commit
ac7e932894
@ -75,7 +75,7 @@ python ${topsrcdir}/js/src/tests/ecma_6/String/make-normalize-generateddata-inpu
|
||||
# build a new ICU data file.
|
||||
python `dirname $0`/icu_sources_data.py $topsrcdir
|
||||
|
||||
hg addremove ${icu_dir} ${topsrcdir}/config/external/icu
|
||||
hg addremove "${icu_dir}/source" "${icu_dir}/SVN-INFO" ${topsrcdir}/config/external/icu
|
||||
|
||||
# Check local tzdata version.
|
||||
`dirname $0`/update-tzdata.sh -c
|
||||
|
@ -162,7 +162,7 @@ if [ $dry = false ]; then
|
||||
update_icu_data "be" "${icudata_file_be}"
|
||||
fi
|
||||
|
||||
hg addremove "${tzdata_dir}" "${icudata_file_le}"
|
||||
hg addremove "${tzdata_dir}/source" "${tzdata_dir}/SVN-INFO" "${icudata_file_le}"
|
||||
if [ -n "${icudata_file_be}" ]; then
|
||||
hg addremove "${icudata_file_be}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user