Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/438
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix fauno's issue with pinentry-curses, or at least fail more
verbosely.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in message format:
- Terminal-titles now begin with capital letters
- "error!" -> "Error!"
- "done" -> "Done"
- signal handler errors changed from
(treepkg) MESSAGE (leftovers on BUILDDIR)
to
treepkg: MESSAGE (leftovers on BUILDDIR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
I keep running it without any arguments, thinking that I am now working
inside of the test environment, when really it just exited right away with
a 0 status.
|
|
|
|
|
|
Also, warn if stdin isn't a TTY.
|
|
|