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:
Jeff Walden 2016-12-19 15:28:25 -05:00
parent 373b09baf8
commit ac7e932894
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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