pacman/scripts/libmakepkg/util
Eli Schwartz 882e707e40 makepkg: send messages to stdout rather than stderr
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: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-10-21 20:20:17 +10:00
..
compress.sh.in makepkg: add support for the zst format 2018-09-19 18:15:29 +10:00
error.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
message.sh.in makepkg: send messages to stdout rather than stderr 2018-10-21 20:20:17 +10:00
option.sh.in libmakepkg/util/option: Refactor checking to reduce code duplication 2018-08-10 12:37:20 +10:00
parseopts.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
pkgbuild.sh.in libmakepkg: fix linting arrays of empty strings 2018-10-21 19:08:03 +10:00
source.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
util.sh.in scripts: Remove trailing semicolons 2018-08-10 12:37:20 +10:00