X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=0e956cac9e98feb225296cca8cd9898aecdceec4;hb=7a60a3e05199b358f02dc2615cc66ae35f818242;hp=6c142068533f96915997168c839826ff571bab91;hpb=0d66371dafab23414823d9f404775df240424af8;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index 6c142068..0e956cac 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -76,9 +76,9 @@ function do_buildd () { function do_dists () { cd $configdir - dak generate-filelist -i + 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