containerbuildsystem / koji-containerbuild

Container build support for Koji buildsystem
GNU Lesser General Public License v2.1
29 stars 32 forks source link

use orchestrator.log name for log in task for source container #152

Closed rcerven closed 4 years ago

rcerven commented 4 years ago

Signed-off-by: Robert Cerven rcerven@redhat.com

Maintainers will complete the following section:

MartinBasti commented 4 years ago

How regular builds determine name orchestrator.log?

twaugh commented 4 years ago

The usual path is through _write_demultiplexed_logs, where the log file to use is decide on based on fields in the log lines.

athos-ribeiro commented 4 years ago

It would be nicer to have this responsibility in the BuildSourceContainerTask class instead of adding an attribute for that, if feasible. Not sure how the best way to approach this would look like though. Maybe the log filename could be passed in a class attr or _write_combied_log could be refactored

rcerven commented 4 years ago

changed

rcerven commented 4 years ago

rn updated: use orchestrator.log name for log in task for source container