aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-20 09:52:34 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-20 09:52:34 +0000
commitfbdd725dc4096d4d48ca468f14459870235e4300 (patch)
treecc0b59ba0b34350f1c283547f602fca441c1aa48 /README.md
parent6ffa0c2e1d38b4dbe5a89e6e0c9226278ce3b796 (diff)
downloadcpt-fbdd725dc4096d4d48ca468f14459870235e4300.tar.gz
kiss: Drop KISS_AUDIT for now.
I'm going to re-implement this feature in a smarter way. It doesn't currently work for partial updates nor does it work at all for some users. Some kind of persistent logging would be far better as we'll be able to view a diff regardless of the current pull's status. The best way of doing this will be to grab a diff of each package pending an update. This way it's only information useful to the user. Fun stuff. FossilOrigin-Name: fada81241a4458415ac394b9635edd81bab585d4ac077d8a745e54367457747d
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3885b68..8ff5905 100644
--- a/README.md
+++ b/README.md
@@ -78,14 +78,6 @@ export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/rep
# Set it to '1' to force.
export KISS_FORCE=0
-# Show diff on system updates.
-#
-# This will spawn '$PAGER' (fallback to 'less') with a diff
-# of each changed file in the system update.
-#
-# Set it to '1' to enable.
-export KISS_AUDIT=0
-
# Hook into kiss through a script.
#
# This can be used set custom CFLAGS per package, modify builds,