From: Torsten Werner Date: Fri, 4 Mar 2011 13:16:02 +0000 (+0100) Subject: Call dak contents bootstrap_bin from unchecked. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=83e631ca2d06e0ad773550f4b8f124f4c194a05b;p=dak.git Call dak contents bootstrap_bin from unchecked. It is limited to 1000 packages per run. Signed-off-by: Torsten Werner --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index c7d7dfdd..eaa18c41 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -107,3 +107,5 @@ if [ ! -z "$changes" ]; then do_buildd do_dists fi + +dak contents -l 1000 bootstrap_bin