Commit 7cbcb5d3 authored by nrthomas@gmail.com's avatar nrthomas@gmail.com
Browse files

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

parent bfc62cab
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 $?
+1 −1
Original line number Diff line number Diff line
@@ -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"