From: Joerg Jaspert Date: Thu, 15 Jul 2010 22:17:49 +0000 (+0200) Subject: Timestamps X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=0d66371dafab23414823d9f404775df240424af8;p=dak.git Timestamps Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index fed9ac59..6c142068 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -103,5 +103,7 @@ do_unchecked if [ ! -z "$changes" ]; then sync_debbugs do_buildd + echo "Starting g-p-s: $(date +%H:%M:%S)" do_dists + echo "Done with g-p-s: $(date +%H:%M:%S)" fi