kiss icon indicating copy to clipboard operation
kiss copied to clipboard

KISS Linux - Package Manager

Results 16 kiss issues
Sort by recently updated
recently updated
newest added

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, "$@"...

'ls' truncates usernames containing more than eight characters, making "bibliocar" into "biblioca". I found 'stat' worked in my kiss install without any problems in place of it. I rewrote both...

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...

If source contains dangling symlink, attempt to dereference it would result into error.

at the cost of removing support for su. Our su usage is already not portable. For example, NetBSD, OpenBSD, FreeBSD has absolutely different meanings for '-c' option. ubase has no...

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...

- [X] Does this issue occur in master? ## Description Set `umask 077` in `~/.profile`, then do `kiss b ` and observe that the resulting files are all read/write/execute for...