]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fudge factors for mirrors: NL mirror gets a 50% malus in the mirror selection
authorRudolf Polzer <divverent@alientrap.org>
Sat, 20 Nov 2010 21:40:17 +0000 (22:40 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 20 Nov 2010 21:40:17 +0000 (22:40 +0100)
all

diff --git a/all b/all
index f584ede593a5ffd9960bc3152758c4aea88e9298..e69640545960703210568246fd0fe3909ec3316b 100755 (executable)
--- a/all
+++ b/all
@@ -368,15 +368,28 @@ bestmirror()
 
        bestin=
        bestt=
-       for in in "$@"; do
+       for mir in "$@"; do
+               case "$mir" in
+                       *:*)
+                               in=${mir%%:*}
+                               op=${mir#*:}
+                               ;;
+                       *)
+                               in=$mir
+                               op=
+                               ;;
+               esac
                m=$pre$in$suf
                if t=`mirrorspeed "$m"`; then
-                       msg "$m -> $t ticks"
                        if [ -n "$t" ]; then
+                               t=$(($t$op)) # fudge factor
+                               msg "$m -> $t ticks ($op)"
                                if [ -z "$bestt" ] || [ "$t" -lt "$bestt" ]; then
                                        bestin=$in
                                        bestt=$t
                                fi
+                       else
+                               msg "$m -> error"
                        fi
                else
                        msg "$m -> FAIL"
@@ -516,7 +529,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 us`; then
+                                               if location=`bestmirror $newbase"xonotic.git" de us nl:'*3/2'`; then
                                                        :
                                                else
                                                        location=current