Skip to content
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

change build_compile/write to build_pass1/pass2 #473

Open
robnagler opened this issue Mar 29, 2024 · 0 comments
Open

change build_compile/write to build_pass1/pass2 #473

robnagler opened this issue Mar 29, 2024 · 0 comments

Comments

@robnagler
Copy link
Member

Currently build_compile shouldn't write anything, but many components write something. Instead, pass1 should replace compile and be "arbitrary" as to the boundary.

Change default_command to be three pass:

  1. create all build.T objects
  2. call component.build_pass1
  3. call component.build_pass2
  4. finalize the writing

This change would allow components in pass2 to ask questions about all components across all hosts being built. For example, opendkim needs the IPs of all postfix.smart_host clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant