From 9d95fc20a2714109e2c2bb8c437efb29c0398a5a Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 15 Jul 2010 00:49:50 +0200 Subject: [PATCH] run g-p-s in unchecked Signed-off-by: Joerg Jaspert --- config/debian/cron.unchecked | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.2