Age | Commit message (Collapse) | Author |
|
- Fix a bug where it panicked if given an odd number of sub-headings.
- Document the the ability to include sub-headings.
- Fix librexgettext's handling of it. It only worked correctly for times
when it was only called once in a program, or when it was only ever
called with exactly one flag/description pair (and no headings).
|
|
Fixes https://labs.parabola.nu/issues/920
|
|
This looks like a lot, but more things should "just work".
We have `make dist` now!
|
|
|
|
|
|
|
|
|
|
|
|
of errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I remember now that config.mk's change to ?= was so that xbs Makefiles
could override $(binder). That was stupid.
|
|
|
|
|
|
This test worked before because of work-arounds for systemd bugs, it had
invoked bash inside of the chroot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It confuses check() when building the package
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|