diff options
author | B. Watson <yalhcru@gmail.com> | 2018-05-22 01:41:23 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-05-22 01:41:23 -0400 |
commit | d663fa5adba0d3a1d7f98d316fea3482e8e4696b (patch) | |
tree | ec78e4de75d16df2cac7488f221ee2d939d3c574 /sbosrcarch | |
parent | 3fe17ce4a0b9a2c958f471c3a3ab0c5595d088b1 (diff) | |
download | sbostuff-d663fa5adba0d3a1d7f98d316fea3482e8e4696b.tar.gz |
Document coverage stats fix
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -148,6 +148,10 @@ With -v, lists all SlackBuilds not covered by the archive. <check> is quite I/O and CPU intensive, as it must read and md5sum every file in the archive. +Blacklisted builds are not included in the status report, so the "Total +SlackBuilds" number might not match the number of builds in the git repo. +This is a feature (otherwise it would be impossible to see 100% coverage). + =item B<status> I<[-v]> Checks the coverage of the archive. Like B<check>, but doesn't md5sum the |