Unverified Commit 5e2cbe7f authored by Georg Koppen's avatar Georg Koppen
Browse files

Revert "Bug 40021: Exempt dannenberg from consensus-health and descriptor checks"

This reverts commit f85b5952.

Andreas got back to us and would like to get information wrt dannenberg
again on the consensus-health mailing list.

However, additional mail in Cc or Bcc seems overkill to him. We'll
address that by deleting his entry in the contact_information.cfg file.

Closes: #40033.
parent 6d269425
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ DIRECTORY_AUTHORITIES = stem.directory.Authority.from_cache()

DIRAUTH_SKIP_CHECKS = (
  'tor26',   # tor26 DirPort does not service requests without a .z suffix
  'dannenberg',   # al asked for skipping the checks for now (2021-01-30)
)

EMAIL_SUBJECT = 'Consensus issues'
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ error: %s

DIRAUTH_SKIP_CHECKS = (
  'tor26',   # tor26 DirPort does not service requests without a .z suffix
  'dannenberg',   # al asked for skipping the checks for now (2021-01-30)
)

log = util.get_logger('descriptor_checker')