Bug 384296, improvements to update verification (change aus server, fix diff exclusion), r=rhelmer

This commit is contained in:
nrthomas@gmail.com 2007-06-13 10:23:31 -07:00
Родитель bfc62cab87
Коммит 7cbcb5d367
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -57,8 +57,7 @@ check_updates () {
fi
diff -r \
-x chrome/installed-chrome.txt \
-x Contents/MacOS/chrome/installed-chrome.txt \
-x installed-chrome.txt \
-x removed-files \
source/$platform_dirname target/$platform_dirname
return $?

Просмотреть файл

@ -7,7 +7,7 @@
. ../common/check_updates.sh
ftp_server="http://stage.mozilla.org/pub/mozilla.org"
aus_server="https://aus2-staging.mozilla.org"
aus_server="https://aus2.mozilla.org"
runmode=0
config_file="updates.cfg"