From fbdd725dc4096d4d48ca468f14459870235e4300 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Thu, 20 Feb 2020 09:52:34 +0000 Subject: 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 --- README.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'README.md') 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, -- cgit v1.2.3