-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osbuild: do not assume osbuild stage messages have a final \n
This commit tweaks the osbuild monitor code to deal correctly with messages from osbuild stage that may not contain a final newline. So far the code assumed this and stripped the final newline when storing the message in the status. But sometimes there are messages without a final \n (e.g. when messages get very long). So just put the message in verbatim and let the caller do a "print" instead of a "println" when processing the messages (arguably the trim for traces was always strong).
- Loading branch information
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters