From: Joerg Jaspert Date: Wed, 14 Jul 2010 22:49:50 +0000 (+0200) Subject: run g-p-s in unchecked X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9d95fc20a2714109e2c2bb8c437efb29c0398a5a;p=dak.git run g-p-s in unchecked Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index c89c24c1..fed9ac59 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 -i + GZIP='--rsyncable' ; export GZIP + dak generate-packages-sources +} + ######################################################################## # the actual unchecked functions follow # ######################################################################## @@ -96,4 +103,5 @@ do_unchecked if [ ! -z "$changes" ]; then sync_debbugs do_buildd + do_dists fi