[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] run g-p-s in unchecked



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.unchecked |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked
index c89c24c..fed9ac5 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
-- 
1.5.6.5


Reply to: