mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 384296, improvements to update verification (change aus server, fix diff exclusion), r=rhelmer
This commit is contained in:
parent
8018c89ae2
commit
b05a0247cc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user