diff options
author | Slack Coder <slackcoder@server.ky> | 2019-02-16 17:49:11 +0100 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2019-02-16 17:49:11 +0100 |
commit | fa1c866a597ca87bc2d7b97cdc21daac26ffd781 (patch) | |
tree | 4ec53b99d967aaec1707bc5ac99f3ee83f90f9b3 | |
parent | d6ab959ce2a8b11636e5377225258a1aa1bb3ea7 (diff) | |
download | slackware.com-client-fa1c866a597ca87bc2d7b97cdc21daac26ffd781.tar.xz |
Add note re: ChangeLog update bug
-rwxr-xr-x | not-slackware.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/not-slackware.com b/not-slackware.com index 619c6ba..36e84d3 100755 --- a/not-slackware.com +++ b/not-slackware.com @@ -7,6 +7,8 @@ require "time" # TODO: Silence when backgrounded like 'scp' # TODO: List changelog entries per package # TODO: List removed packages mentioned in changelog +# BUG: File verification with Checksums appears to fail when QUIET is enabled, +# and a Changelog update occured. env_vars = {} ROOT = ENV["ROOT"] || "/" |