From 550ef2eeeb58a3899b612bf5f895b2ae962086a9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 21 Sep 2010 18:58:34 -0500 Subject: Allow generated mirrorlist to take status info into account By using the mirror score we calculate, we can sort the mirrors in the generated mirrorlist for people. Signed-off-by: Dan McGee --- templates/mirrors/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/mirrors/index.html') diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index 8c193bae..1d620b14 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -31,7 +31,9 @@ pacman mirrorlist based on geography and desired protocol(s). Simply replace the contents of - /etc/pacman.d/mirrorlist with your generated list.

+ /etc/pacman.d/mirrorlist with your generated list. + Additionally, the mirror status data can be incorporated into the generated + mirror list and used to pre-order the mirrors.

{{ mirrorlist_form.as_p }} -- cgit v1.2.3-2-g168b