From: Joerg Jaspert <joerg@debian.org>
Date: Sat, 7 May 2011 15:27:00 +0000 (+0200)
Subject: use gps2 in unchecked. also disable gen-filelists in dinstall
X-Git-Tag: debian-r/squeeze~155^2~43
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bdc88d101c8ae48ed28d226fc292eff322ba86ea;p=dak.git

use gps2 in unchecked. also disable gen-filelists in dinstall

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 19b572d1..ca8202aa 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -255,7 +255,7 @@ GO=(
     ARGS=""
     ERR=""
 )
-stage $GO
+#stage $GO
 
 GO=(
     FUNC="fingerprints"
diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked
index 3a3362df..32ded1df 100755
--- a/config/debian/cron.unchecked
+++ b/config/debian/cron.unchecked
@@ -75,9 +75,9 @@ function do_buildd () {
 }
 
 function do_dists () {
-    cd $configdir
-    dak generate-filelist -s unstable,experimental -i
-    dak generate-packages-sources -s unstable experimental >/dev/null
+    #cd $configdir
+    #dak generate-filelist -s unstable,experimental -i
+    dak generate-packages-sources2 -s unstable experimental >/dev/null
 }
 
 ########################################################################