Your message dated Mon, 7 Mar 2016 10:21:09 +0100
with message-id <[email protected]>
and subject line fixed in 20140805
has caused the Debian Bug report #725488,
regarding ftpsync update retries print file path instead of retry count
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
725488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725488
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mirrors

When the upstream mirror is updating, ftpsync retries the transfer, and after -default- 3 retries it prints out an error:

error "Update has been retried ${UPDATEREQUIRED} times, aborting"

This includes the path of the "update required" file

Update has been retried ...../Archive-Update-Required-host.example.com times, 
aborting


Instead it should use ${UPDATE_RETRIES}

--
Gökdeniz Karadağ

--- End Message ---
--- Begin Message ---
This commit was included in 20140805:

commit cb2e07093daf737ac34dd9827a5ff96c34f72f79
Author: Simon Paillard <[email protected]>
Date:   Sun Oct 6 16:18:05 2013 +0200

    ftpsync: Fix message, use ${UPDATE_RETRIES} (Closes: #725488)

diff --git a/bin/ftpsync b/bin/ftpsync
index 3ec25a8..2d9a47b 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -556,7 +556,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do
                 sleep "${UIPSLEEP}"
                 result=0
             else
-                error "Update has been retried ${UPDATEREQUIRED} times, 
aborting"
+                error "Update has been retried ${UPDATE_RETRIES} times, 
aborting"
                 log "Perhaps upstream is still updating or there's a stale 
AUIP file"
                 result=1
             fi

-- 
                            |  .''`.       ** Debian **
      Peter Palfrader       | : :' :      The  universal
 https://www.palfrader.org/ | `. `'      Operating System
                            |   `-    https://www.debian.org/

--- End Message ---

Reply via email to