[tor-commits] [doctor/master] Suspending 'missing all signatures' check
atagar at torproject.org
atagar at torproject.org
Sat Jul 2 23:03:30 UTC 2016
commit 454f2a948b2944bdba60466d22069bd20cf5ee94
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Jul 2 16:05:21 2016 -0700
Suspending 'missing all signatures' check
The directory authorities are in the process of removing urras so disabling
this as per Roger's request...
https://lists.torproject.org/pipermail/tor-consensus-health/2016-July/007211.html
---
consensus_health_checker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index a34e972..e08e57d 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -317,7 +317,7 @@ def run_checks(consensuses, votes):
#vote_parameters_mismatch_consensus,
certificate_expiration,
consensuses_have_same_votes,
- has_all_signatures,
+ #has_all_signatures,
voting_bandwidth_scanners,
#unmeasured_relays,
has_authority_flag,
More information about the tor-commits
mailing list