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

[dak/master] dinstall: no longer regenerate buildd queues



---
 config/debian/cron.dinstall      |    8 --------
 config/debian/dinstall.functions |    7 -------
 2 files changed, 15 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 03994aa..2a2fe15 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -325,14 +325,6 @@ GO=(
 )
 stage $GO
 
-GO=(
-    FUNC="buildd_dir"
-    TIME="buildd_dir"
-    ARGS=""
-    ERR=""
-)
-stage $GO
-
 state "scripts"
 GO=(
     FUNC="mkmaintainers"
diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index 6345540..5574b48 100644
--- a/config/debian/dinstall.functions
+++ b/config/debian/dinstall.functions
@@ -195,13 +195,6 @@ function dakcleanup() {
     dak clean-queues -i "$unchecked"
 }
 
-function buildd_dir() {
-    # Rebuilt the buildd dir to avoid long times of 403
-    log "Regenerating the buildd incoming dir"
-    STAMP=$(date "+%Y%m%d%H%M")
-    make_buildd_dir
-}
-
 function mklslar() {
     local archiveroot
     local FILENAME=ls-lR
-- 
1.7.10.4



Reply to: