]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Fix bug: error'd repositories weren't logged if a child repo was synced v1.3.0
authorpcarana <pc.moreno2099@gmail.com>
Fri, 3 Jul 2020 21:56:04 +0000 (16:56 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 3 Jul 2020 21:56:04 +0000 (16:56 -0500)
commit7d5549581259fe1f20b732038cb2275af64e5e5f
tree07c1c35446528e6916c6c0f8084433ba00fc342d
parent7c0d8c55175c89f6b6e1a7862ab87469c3ca2395
Fix bug: error'd repositories weren't logged if a child repo was synced

+If a parent repository wasn't successfully synced (eg. LACNIC) but a child repository was synced (eg. Brazil), the errors related to the parent repository weren't logged to the operation log.
+Fix this by poping the working repository from the TA, since this was causing the error. All the repositories were erroneously related, so on success of any of them, the error logs were discarded.
+Two additional updates are done: don't rsync when forcing the download of an URI whose ancestor had a previous error, and remove line breaks from stale repositories summary.
+Rename some local variables to aid dev reading.
src/object/certificate.c
src/object/tal.c
src/reqs_errors.c
src/reqs_errors.h
src/rsync/rsync.c