projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd29e4a
)
Make it shutup
author
Joerg Jaspert
<joerg@debian.org>
Sun, 19 Sep 2010 19:40:10 +0000
(21:40 +0200)
committer
Joerg 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
patch
|
blob
|
history
diff --git
a/config/debian/cron.unchecked
b/config/debian/cron.unchecked
index e360a7ed053857c9d532b163e2a8c03f97fb3131..0e956cac9e98feb225296cca8cd9898aecdceec4 100755
(executable)
--- 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