X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=e50a64c85d983fe3f930d561738689e40973b4ae;hb=b681539a7b52af00d239d06732b63aaacb4b546f;hp=2cf6e120e8e549f852a8e862bf13bf8b7f59022b;hpb=19ffc1de995fd165d9438a8b7769cd7c45bbce60;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 2cf6e120..e50a64c8 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -107,9 +107,10 @@ function dominate() { dak dominate } -function filelist() { - log "Generating file lists for apt-ftparchive" - dak generate-filelist +function autocruft() { + log "Check for obsolete binary packages" + dak auto-decruft -s unstable + dak auto-decruft -s experimental --if-newer-version-in unstable --if-newer-version-in-rm-msg "NVIU" } function fingerprints() { @@ -389,7 +390,7 @@ function mkchecksums() { } function mirror() { - local archiveroot + local archiveroot mirrordir log "Regenerating \"public\" mirror/ hardlink fun" DATE_SERIAL=$(date +"%Y%m%d01")