+ set -e + export SCRIPTVARS=/opt/dak/katie/vars + SCRIPTVARS=/opt/dak/katie/vars + . /opt/dak/katie/vars ++ base=/opt/dak ++ ftpdir=/opt/dak/ftp/ ++ masterdir=/opt/dak/katie/ ++ overridedir=/opt/dak/scripts/override ++ queuedir=/opt/dak/queue ++ unchecked=/opt/dak/queue/unchecked/ ++ accepted=/opt/dak/queue/accepted/ ++ done=/opt/dak/queue/done/ ++ uploadhost=localhost ++ uploaddir=/pub/UploadQueue/ ++ components=main contrib ++ suites=stable testing unstable ++ override_types=deb dsc udeb ++ umask 022 + cd /opt/dak/queue/unchecked/ ++ find . -maxdepth 1 -mindepth 1 -type f -name '*.changes' ++ sed -e s,./,, ++ xargs + changes= + report=/opt/dak/queue/REPORT ++ date '+%Y-%m-%d %H:%M' + timestamp=2005-08-03 17:04 + '[' -z '' ']' + echo '2005-08-03 17:04:' Nothing to do + exit 0