From 5ac6145a7add94d5e387de721d735357aa658883 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 20 Nov 2010 21:09:12 +0100 Subject: [PATCH] support the US mirror --- all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2