X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=e360a7ed053857c9d532b163e2a8c03f97fb3131;hb=dec160172b136c712dddf2c942ee03a52e8e0b88;hp=c89c24c184aee357520d317f0609210452a08978;hpb=6411bdb24f02bb6ab902502ae4b0c78bf7dc9034;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index c89c24c1..e360a7ed 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -74,6 +74,13 @@ function do_buildd () { fi } +function do_dists () { + cd $configdir + dak generate-filelist + GZIP='--rsyncable' ; export GZIP + dak generate-packages-sources +} + ######################################################################## # the actual unchecked functions follow # ######################################################################## @@ -96,4 +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