X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=abc5bd97580d960353316100c42a3604aa65fe85;hb=e4527938a6e1b0f460fcd0dfee7a05da304c7719;hp=e9f8bfd3af6c0b784d140379f9567d71bae3817c;hpb=e2a848e480d8aabbfef4620a571088030af1013f;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index e9f8bfd3..abc5bd97 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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). #