Otherwise outdated symlinks will be kept around for a while after
dak new-security-install was run until cron.unchecked does some real
work again.
cd ${base}
find ${queuedir}/accepted -type f -exec mv -t /srv/queued/ftpmaster '{}' +
-if [ "${doanything}" = "false" ] && [ "${dopolicy}" = "false" ]; then
- echo "$timestamp": Nothing to do >> $report
- exit 0
-fi
-
# export policy queues
for queue in embargoed; do
pushd ${queuedir}/${queue}
popd
done
+if [ "${doanything}" = "false" ] && [ "${dopolicy}" = "false" ]; then
+ echo "$timestamp": Nothing to do >> $report
+ exit 0
+fi
+
# manage build queues
dak manage-build-queues -a
dak generate-packages-sources2 -a build-queues