]> git.decadent.org.uk Git - dak.git/commitdiff
Make it shutup
authorJoerg Jaspert <joerg@debian.org>
Sun, 19 Sep 2010 19:40:10 +0000 (21:40 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 19 Sep 2010 19:40:10 +0000 (21:40 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.unchecked

index e360a7ed053857c9d532b163e2a8c03f97fb3131..0e956cac9e98feb225296cca8cd9898aecdceec4 100755 (executable)
@@ -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