aabacchus
aabacchus
I've translated the information about commands and keybindings from the wiki at https://github.com/mautrix/docs/tree/master/gomuks into a manpage. Information about environment variables and files is also included. One part of the documentation...
Perhaps this is not desired, or it should use a different environment variable, but it confused me that KISS_FORCE=1 skips dependency checks for kiss i and kiss r, but not...
If `KISS_PATH=::` or even `KISS_PATH=:/repo1:/repo2`, the `IFS=:; set -- $KISS_PATH` trick leaves some of $@ as empty strings. These cause git to print errors. Instead, skip empty arguments. Demonstration of...
If the chroot is exited with nonzero status, kiss-chroot runs `die chroot failed`. Then, die runs `exit 1` which causes the EXIT trap to execute. However, in this scope, "$@"...
Below is one way of integrating some C programs into the package manager. At the moment they are individual binaries but in the future the `main` functions of each program...
The only disadvantage to this is that the information about a dependency being ` make` or not is lost, which could be reason enough not to merge this. Perhaps a...
In the documentation at https://github.com/kisslinux/website/blob/master/site/wiki/package-manager.txt#L197, and in kiss itself at https://github.com/kisslinux/kiss/blob/master/kiss#L933, the hook executed for each package in the queue is named "queue-status", but the argument passed to the hook...
Commit d94c811 changed `sort -u` to `uniq -u`; these are not equivalent. `uniq -u` suppresses all duplicate lines, but `sort -u` removes all but one. In the case of there...
if a package contains a file with a single quote in it's name, xargs complains about an unmatched quote and fails, and the pipeline is aborted. this patch wraps each...
Every time: `herbe hi` segfaults. Backtrace: ``` #0 IA__FcUtf8ToUcs4 (src_orig=src_orig@entry=0x7ffffffff000 , dst=dst@entry=0x7fffffffd0ec, len=len@entry=21) at fcstr.c:639 (/lib/libfontconfig.so.1) #1 0x00007ffff7db0c89 in IA__FcUtf8ToUcs4 (src_orig=src_orig@entry=0x7ffffffff000 , dst=dst@entry=0x7fffffffd0ec, len=len@entry=21) at fcstr.c:636 (/lib/libfontconfig.so.1) #2 0x00007ffff7df6c49 in...