aboutsummaryrefslogtreecommitdiff
path: root/kiss
AgeCommit message (Expand)Author
2020-06-09kiss: bump version2.2.0merakor
2020-06-09kiss: fix possible pkg_swap issue by escaping regular expressionsmerakor
2020-06-07kiss: no longer ignore adding the C library and compiler.merakor
2020-06-03kiss: check for the manifest list before creating the 'dirs' filemerakor
2020-06-03kiss: bump version2.1.2merakor
2020-06-03kiss: bump version2.1.1merakor
2020-06-03kiss: fix 'no message' information being outputted for every packagemerakor
2020-05-30kiss: do not add binary packages as dependenciesmerakor
2020-05-29kiss: bump version2.1.0merakor
2020-05-29kiss: silent strippingmerakor
2020-05-29kiss: add '$2' for version and '$3' for arch information on buildmerakor
2020-05-29kiss: simpler reverse dependency checkingmerakor
2020-05-29kiss: fix printing empty strip options when the file wasn't strippedmerakor
2020-05-28kiss: bump to 2.0.02.0.0merakor
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