summaryrefslogtreecommitdiff
path: root/templates/mirrors/mirrorlist_status.txt
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-03-17 16:17:39 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-17 16:17:39 -0400
commit7f68a8f0f79ac1548aaece3ebd65a296714163a6 (patch)
tree31dba52b0b4bffe6ca81fc7e8c32f9d914c63244 /templates/mirrors/mirrorlist_status.txt
parentd2b7391ab8a864f4addcb8dff6a0f07e0c859ef3 (diff)
parent4cfb3d44ec6ea088380554a844e82f4e9d699d2a (diff)
Merge branch 'tmp'
Diffstat (limited to 'templates/mirrors/mirrorlist_status.txt')
-rw-r--r--templates/mirrors/mirrorlist_status.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/mirrorlist_status.txt b/templates/mirrors/mirrorlist_status.txt
index 746aae76..34f62cc8 100644
--- a/templates/mirrors/mirrorlist_status.txt
+++ b/templates/mirrors/mirrorlist_status.txt
@@ -5,10 +5,10 @@ forget about where line breaks are happening until you are done getting the
content right, and then go back later to fix it all up.
{% endcomment %}{% autoescape off %}##
## {{ BRANDING_DISTRONAME }} repository mirrorlist
-## Sorted by mirror score from mirror status page
+## Filtered by mirror score from mirror status page
## Generated on {% now "Y-m-d" %}
##
{% for mirror_url in mirror_urls %}
-## Score: {{ mirror_url.score|floatvalue:1|default:'unknown' }}, {{ mirror_url.country.name|default:'Worldwide' }}
+## {{ mirror_url.country.name|default:'Worldwide' }}
#Server = {{ mirror_url.url}}$repo/os/$arch{% endfor %}
{% endautoescape %}