General TODOs #1

Closed
opened 2021-11-07 16:30:56 -05:00 by merenber · 1 comment
Owner

A few things left to do before we can get this deployed:

  • There's still too much logic happening in main(). The main function should just iterate over each distro class instance, calling check() on each one. Distro-specific logic should be handled in each class.
  • The process should exit with a non-zero status code if one of the distros is out of sync. This way, we can use cron to send us an email if something is out of date.
  • Merge dev into master.
A few things left to do before we can get this deployed: * There's still too much logic happening in main(). The main function should just iterate over each distro class instance, calling check() on each one. Distro-specific logic should be handled in each class. * The process should exit with a non-zero status code if one of the distros is out of sync. This way, we can use cron to send us an email if something is out of date. * Merge dev into master.
r389li was assigned by merenber 2021-11-07 16:30:56 -05:00
Owner

Done.

Done.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/mirror-checker#1
No description provided.