aboutsummaryrefslogtreecommitdiff
path: root/kiss
AgeCommit message (Expand)Author
2020-05-28kiss: skip git repositories if git isn't installedmerakor
2020-05-28kiss: no need to silence stderr on commandmerakor
2020-05-28kiss: die if git is missing when a package source requires gitmerakor
2020-05-28kiss: switch to POSIX od as well.merakor
2020-05-28kiss: fix directory check during package removalmerakor
2020-05-28kiss: initial rsync supportmerakor
2020-05-28kiss: don't define KISS_COMPRESS in a subshellmerakor
2020-05-28kiss: check manifests before removing directoriesmerakor
2020-05-28kiss: use $sys_db for remove hookmerakor
2020-05-28kiss: run remove hooks as rootmerakor
2020-05-28kiss: do not hardcode charset.alias locationmerakor
2020-05-28kiss: run pre/post-pull hooks when fetching repositoriesmerakor
2020-05-28kiss: adapt submodule pullingmerakor
2020-05-28kiss: check actual value instead of non-zeromerakor
2020-05-28kiss: add pre/post-remove hooksmerakor
2020-05-28kiss: use KISS_PROMPT for compatibilitymerakor
2020-05-26kiss: bump version1.22.4merakor
2020-05-26kiss: run post-package hook after pkg_tarmerakor
2020-05-25kiss: rename hashcheck to sh256 for compatibility in kiss-binmerakor
2020-05-25kiss: enable the usage of glob characters with kiss-binmerakor
2020-05-24kiss: remove non-POSIX printf * field width specifiermerakor
2020-05-18kiss: prevent privilige escalations through user defined hooks1.22.3merakor
2020-05-15kiss: do not abort if kiss-readlink fails1.22.2merakor
2020-05-15kiss: bump version1.22.1merakor
2020-05-15kiss: fix tarball extraction where there are files with spacesmerakor
2020-05-15kiss: use diff instead of cmpmerakor
2020-05-14kiss: bump version1.22.0merakor
2020-05-14kiss: don't elevate permissions if it isn't required, KISS_ROOT fixmerakor
2020-05-14kiss: don't create pkg_db on KISS_ROOT automaticallymerakor
2020-05-14kiss: use host cache instead of KISS_ROOTmerakor
2020-05-14kiss: make pop easier to read and understandmerakor
2020-05-14kiss: change KISS_COLOUR variable to KISS_COLORmerakor
2020-05-14kiss: bump version1.21.1merakor
2020-05-14kiss: split hashcheck command so it is easier to read.merakor
2020-05-14kiss: use $1 on hashcheck instead of $filemerakor
2020-05-13kiss: use set on find for POSIX compliance, thanks @illilitimerakor
2020-05-12kiss: bump version1.21.0merakor
2020-05-12kiss: use KISS_TMPDIR for changing the build directoriesmerakor
2020-05-11kiss: add support for decompressing .txz tarballsmerakor
2020-05-11kiss: make sure directories and executables don't clashmerakor
2020-05-09kiss: add a warn functionmerakor
2020-05-09kiss: remove esc functionmerakor
2020-05-09kiss: simplify tarball extractionmerakor
2020-05-09kiss: add download optionmerakor
2020-05-08kiss: fix alternatives bug1.20.3merakor
2020-05-08kiss: remove stty hackmerakor
2020-05-08kiss: bump version1.20.2merakor
2020-05-08kiss: sort manifest during pkg_swapmerakor
2020-05-08kiss: bump version1.20.1merakor
2020-05-08kiss: fix removing cache filesmerakor