]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall function changes
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 16:28:45 +0000 (18:28 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 16:28:45 +0000 (18:28 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index e9f8bfd3af6c0b784d140379f9567d71bae3817c..abc5bd97580d960353316100c42a3604aa65fe85 100644 (file)
@@ -147,7 +147,7 @@ function overrides() {
 
 function mpfm() {
     log "Generating package / file mapping"
-    dak make-pkg-file-mapping | bzip2 -9 > $base/ftp/indices/package-file.map.bz2
+    dak make-pkg-file-mapping ftp-master | bzip2 -9 > $base/ftp/indices/package-file.map.bz2
 }
 
 function packages() {
@@ -557,13 +557,6 @@ function process_unchecked() {
     sync_debbugs
 }
 
-# do a run of newstage only before dinstall is on.
-function newstage() {
-    log "Processing the newstage queue"
-    UNCHECKED_WITHOUT_LOCK="-p"
-    do_newstage
-}
-
 # Function to update a "statefile" telling people what we are doing
 # (more or less).
 #