-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct log output to stderr and hide progress bar when redirected (#74)
After this change it is possible to differentiate between the log output from solbuild itself, and the output from commands executed by solbuild. This allows one to check the build result on the terminal and keep the redirected stdout for checking the reason for the build result. This is a follow-up of #54/#63. Additionally, the progress bar is replaced by a log statement when redirected. For example: ``` $ sudo solbuild build package.yml -p unstable-x86_64 > /tmp/output.log ✓ > Downloading source uri=https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz ✓ > Now starting build package=nano ✓ > Building succeeded ```
- Loading branch information
Showing
2 changed files
with
28 additions
and
11 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