-
-
Notifications
You must be signed in to change notification settings - Fork 39
shift opendkim, nginx, dovecot, postfix, mtail deployers to their respective directories #728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b08a37a to
45ee7ac
Compare
45ee7ac to
9bfc54e
Compare
cliffmccarthy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rearranged code looks right to me.
|
A test doesn't complete ( This makes CI timeout after 30 minutes. |
|
Looks like the staging machines have failing DKIM. This log output happens in nine's |
|
Fixed it :) |
cliffmccarthy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @missytake! When I reviewed this previously, I overlooked the fact that the default argument to _configure_opendkim() was being overridden with a different (correct) value by the caller.
does not change but re-arrange codes to make "deployers.py" less of a monster, and keep all main service related deployment in their respective directory.