kill findunref
commitcf0346d71a633c1302696166593732d731aa92ed
authorLauri Tirkkonen <lotheac@iki.fi>
Thu, 9 Nov 2017 21:11:04 +0000 (9 23:11 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Thu, 9 Nov 2017 22:26:26 +0000 (10 00:26 +0200)
tree0508244b437ffbb64895b9faec8283b55d62711e
parent60426588a0b1fce0649bfff4871412f4c0e5cad3
kill findunref

- it's single-threaded and not run in parallel with anything (started by
nightly after build is complete
- it requires atime to be enabled
- it is hopelessly naive in implementation: it performs a file tree
walk, and for every file encountered, calls fnmatch() a number of times
equal to 'git ls-files | wc -l' to find out if the file is under version
control

the problem it purports to solve is worth neither the time it's wasting
when running nor the time it would take to improve it.
tools/nightly.sh
usr/src/pkg/manifests/developer-build-onbld.mf
usr/src/tools/Makefile
usr/src/tools/README.tools
usr/src/tools/findunref/Makefile [deleted file]
usr/src/tools/findunref/exception_list [deleted file]
usr/src/tools/findunref/findunref.1onbld [deleted file]
usr/src/tools/findunref/findunref.c [deleted file]
usr/src/tools/scripts/checkpaths.sh