]> git.decadent.org.uk Git - dak.git/commitdiff
remove unused code
authorJoerg Jaspert <joerg@debian.org>
Fri, 25 Dec 2015 22:16:32 +0000 (23:16 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 25 Dec 2015 22:16:32 +0000 (23:16 +0100)
(we arent doing an extra unchecked run out of dinstall anymore for
whoever knows how long)

config/debian/dinstall.functions

index 650638520b1ffba230b764a70d9ecdfeade84a9c..5f1683befb870fb3b85c04e236e95a539fdecfcc 100644 (file)
@@ -626,14 +626,6 @@ function testingsourcelist() {
     dak ls -s testing -f heidi -r .| egrep 'source$' > ${webdir}/testing.list
 }
 
-# do a last run of process-unchecked before dinstall is on.
-function process_unchecked() {
-    log "Processing the unchecked queue"
-    UNCHECKED_WITHOUT_LOCK="-p"
-    do_unchecked
-    sync_debbugs
-}
-
 # Function to update a "statefile" telling people what we are doing
 # (more or less).
 #