[dak/master] Make it shutup
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/cron.unchecked | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked
index e360a7e..0e956ca 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
--
1.5.6.5
Reply to: