From 99576eb9184993f1a169c9c2b6cbd5b1caee69af Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 4 Jun 2009 01:11:20 +0200 Subject: [PATCH] dinstall background two function calls. once for the initial ssh to merkel and the other the dak-dev cluster projectb reload on ries. The first does not need to be foreground, we do not care if we are already continuing in dinstall, its only informative for the qa user on merkel. The second also doesnt need to run alone. The next thing after it is the 1hour apt-fuckthearchive call. So the dak-dev reload will well be done, with its 15 minutes runtime, before the next function is also done. And there is no harm done in having the two run at the same time. Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 7acc244b..3322a87d 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -592,7 +592,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="pgdump_pre" @@ -870,7 +870,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="aptftpcleanup" -- 2.39.2