Age | Commit message (Collapse) | Author |
|
This is the case on mips, where CARCH is misp64el, but uname -m is
mips64.
|
|
I later noticed that alfplayer filed a bug report about it: https://labs.parabola.nu/issues/518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/487
|
|
|
|
|
|
|
|
|
|
|
|
I can't figure out a reliable way to test this, as it depends on the host
pacman cache.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feature request: https://labs.parabola.nu/issues/458
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix a number of bugs in those two scripts, and the summarize
script simplifies aur and libremakepkg:hooks-check.sh
|
|
|
|
|
|
|
|
|
|
Because of the work-around for systemd-nspawn's buggy I/O, it was
discarding the exit status if stdout wasn't a TTY. My work-around for
*this* is to set -o pipefail.
|
|
|
|
Also, warn if stdin isn't a TTY.
|