verify: move file cross checking to its own function
This is part of making verify more modular so extensions can hook into it.
verify: move filelog verification to its own function
This makes verify more modular so extensions can hook in more easily.
verify: move checkentry() to be a class function
This is part of making verify more modular so extensions can hook into it.
verify: move checklog() onto class
This is part of an effort to make verify more modular so extensions can hook
into it.
dockerrpm: fix CentOS 5 RPMs (
issue4977)
The older rpmbuild in CentOS 5 fails if some of the output directories
have not been created yet. This change results in creating those directories.
tests: make a stab at approximating wall-clock times
Vaguely empirical observations:
* ".py" tests are about an order of magnitude faster than ".t" tests
* dividing size by 1000 gives an approximation to wall-clock
run time (in seconds) that is not completely ridiculous.