From 2f7d770b261b3428bcff366ba6ff4fa631dd980a Mon Sep 17 00:00:00 2001
From: Dan McGee
Date: Sun, 13 May 2012 20:15:00 -0500
Subject: Add rsync support to mirrorcheck and other small improvements
The main changes in this patch implement rsync:// protocol checking
support by calling the rsync binary, requested in FS#29878. We track and
log much of the same things as we already do for FTP and HTTP URLs-
check time, last sync, total check duration, etc.
Also added in this patch is a configurable timeout value which defaults
to the previous hardcoded value of 10 seconds; this can be passed as an
option to the mirrorcheck command.
Signed-off-by: Dan McGee
---
templates/mirrors/status.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/mirrors/status.html')
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html
index 34896c07..2c350f56 100644
--- a/templates/mirrors/status.html
+++ b/templates/mirrors/status.html
@@ -16,8 +16,8 @@ Mirror Status
has synced recently. This page contains several pieces of information about
each mirror.
- - Mirror URL: Mirrors are checked on a per-URL basis. If
- both FTP and HTTP access are provided, both will be listed here.
+ - Mirror URL: Mirrors are checked on a per-URL basis. All
+ available URLs and protocols for each known mirror are listed.
- Completion %: The number of mirror checks that have
successfully connected and disconnected from the given URL. If this is
below 100%, the mirror may be unreliable.
--
cgit v1.2.3-54-g00ecf