X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=e360a7ed053857c9d532b163e2a8c03f97fb3131;hb=0872b2e0b78670c91fd2bf0bda52e5761e079820;hp=fed9ac59cdcbbef6af819f5ee7f35452419f3265;hpb=9d95fc20a2714109e2c2bb8c437efb29c0398a5a;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index fed9ac59..e360a7ed 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -76,7 +76,7 @@ function do_buildd () { function do_dists () { cd $configdir - dak generate-filelist -i + dak generate-filelist GZIP='--rsyncable' ; export GZIP dak generate-packages-sources } @@ -103,5 +103,7 @@ 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