diff options
-rw-r--r-- | kiss.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -98,6 +98,11 @@ export KISS_ROOT=/ # Set it to '1' to enable. export KISS_KEEPLOG=0 +# Compression method to use for package tarballs. +# +# Valid options: 'xz' (default), 'gz' +export KISS_COMPRESS=xz + # Keep build, package and extraction cache directories for debugging # purposes. # |