# May run on a daily basis (prefered for pdbv 1.x.x).
20 15 * * *  nobody  [ -x /usr/bin/pdbv ] && /usr/bin/pdbv --cron=daily
 
# May run on a hourly basis (prefered for pdbv 2.x.x).
32 * * * *   nobody  [ -x /usr/bin/pdbv ] && /usr/bin/pdbv --cron=hourly
 
# Once per week, regenerate the whole output without tests.
# Can be useful in regard of pop-con results, or because
# it happens that a package is replaced by a package of the
# exact same version.
05 18 * * 1   nobody  [ -x /usr/bin/pdbv ] && /usr/bin/pdbv --cron=daily --force
05 18 * * 1   nobody  [ -x /usr/bin/pdbv ] && /usr/bin/pdbv --cron=hourly --force
 
