From: Joerg Jaspert Date: Sun, 19 Sep 2010 19:40:10 +0000 (+0200) Subject: Make it shutup X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=0d39fe45cb42a74dcadcdadb0f1cf025c15f7f2d;p=dak.git Make it shutup Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index e360a7ed..0e956cac 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -78,7 +78,7 @@ function do_dists () { cd $configdir dak generate-filelist GZIP='--rsyncable' ; export GZIP - dak generate-packages-sources + dak generate-packages-sources >/dev/null } ######################################################################## @@ -103,7 +103,5 @@ 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