You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
create all build.T objects
call component.build_pass1
call component.build_pass2
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: