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

Don't write RPM standard output as error #1211

Merged
merged 2 commits into from
Mar 29, 2019
Merged

Commits on Mar 28, 2019

  1. Don't write RPM standard output as error

    Currently stdout for building an RPM gets output at error level.
    
    ```
    [error] + umask 022
    [error] + cd /home/david/test/target/rpm/BUILD
    [error] + /bin/rm -rf /home/david/test/target/rpm/buildroot
    [error] + exit 0
    ```
    Falmarri authored and david committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f6cab3e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    b23b07f View commit details
    Browse the repository at this point in the history