Skip to content
  • Eli Schwartz's avatar
    makepkg: send messages to stdout rather than stderr · 882e707e
    Eli Schwartz authored and Allan McRae's avatar Allan McRae committed
    
    
    This behavior is confusing, since it means absolutely everything goes to
    stderr and makepkg itself is a quiet program that produces no expected
    output???
    
    The only situation where messages should go to stderr rather than
    stdout, is with --geninteg which is meant to return the checksums on
    stdout (but we don't want to totally get rid of status messages when
    redirecting the results elsewhere, or, worse, redirect status messages
    to a PKGBUILD). For this specific case, redirect message output to
    stderr in the --geninteg callers directly.
    
    Implements FS#17173
    
    Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    882e707e