pacman/scripts
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
..
completion bash-completion: disable completions for pacman --search operations 2018-10-21 19:33:57 +10:00
libmakepkg makepkg: send messages to stdout rather than stderr 2018-10-21 20:20:17 +10:00
library makepkg: Move parseopts from library to libmakepkg 2016-10-22 20:50:54 +10:00
po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
.gitignore makepkg: Move parseopts from library to libmakepkg 2016-10-22 20:50:54 +10:00
Makefile.am Drop vestiges of SIZECMD 2018-10-20 13:22:05 -07:00
makepkg-template.pl.in Remove all modelines from the project 2018-05-14 09:59:15 +10:00
makepkg.sh.in makepkg: send messages to stdout rather than stderr 2018-10-21 20:20:17 +10:00
pacman-db-upgrade.sh.in scripts: deduplicate localized copyright messages 2018-09-19 00:13:29 +10:00
pacman-key.sh.in scripts: deduplicate localized copyright messages 2018-09-19 00:13:29 +10:00
pkgdelta.sh.in scripts: deduplicate localized copyright messages 2018-09-19 00:13:29 +10:00
repo-add.sh.in repo-add: add support for the zst format 2018-09-19 18:15:50 +10:00
wrapper.sh.in scripts: pass on options such as set -x to child processes 2018-08-10 15:20:40 +10:00