From: Rudolf Polzer Date: Sat, 20 Nov 2010 20:09:12 +0000 (+0100) Subject: support the US mirror X-Git-Tag: xonotic-v0.1.0preview~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5ac6145a7add94d5e387de721d735357aa658883;p=xonotic%2Fxonotic.git support the US mirror --- diff --git a/all b/all index d7967467..f584ede5 100755 --- a/all +++ b/all @@ -489,6 +489,7 @@ case "$cmd" in case "$2" in nl) ;; de) ;; + us) ;; best) ;; default) ;; *) @@ -496,6 +497,7 @@ case "$cmd" in msg "Possible locations for the -l option:" msg " nl (Netherlands, run by merlijn)" msg " de (Germany, run by divVerent)" + msg " us (United States of America, run by detrate)" msg " best (find automatically)" msg " default (currently nl)" exit 1 @@ -514,7 +516,7 @@ case "$cmd" in newbase=`$ECHO "$base" | sed "s,://\(.*\.\)\?git.xonotic.org/,:// .git.xonotic.org/,"` case "$newbase" in *\ *) - if location=`bestmirror $newbase"xonotic.git" de nl`; then + if location=`bestmirror $newbase"xonotic.git" de nl us`; then : else location=current