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

[dak/master] moved ddaccess push into locks



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

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index c922683..9d97154 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -374,6 +374,14 @@ GO=(
 )
 stage $GO
 
+GO=(
+    FUNC="ddaccess"
+    TIME="ddaccessible sync"
+    ARGS=""
+    ERR="false"
+)
+stage $GO
+
 remove_all_locks
 trap - EXIT TERM HUP INT QUIT
 
@@ -463,14 +471,6 @@ stage $GO &
 rm -f "${LOCK_BRITNEY}"
 
 GO=(
-    FUNC="ddaccess"
-    TIME="ddaccessible sync"
-    ARGS=""
-    ERR="false"
-)
-stage $GO &
-
-GO=(
     FUNC="cleantransactions"
     TIME=""
     ARGS=""
-- 
1.7.2.5


Reply to: