From 4d506c7cb06f1c911003062f2e75ad02570fc080 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 17 Jun 2017 19:50:21 +0000 Subject: [PATCH] Don't use dsync to de-dup files The deduplication causes all files to get new mtimes in each round. This forces rsync on each mirror to re-download the files and fix all the hard-links. Currently the archive shows about 4GiB of files in pool/ that have been de-duplicated. Most of the others are part of the installer or by-hash. --- config/debian/dinstall.functions | 1 - 1 file changed, 1 deletion(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 6376a8c7..fd2b8683 100755 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -430,7 +430,6 @@ function mkchecksums() { cd "$archiveroot" ${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5 ${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz - ${bindir}/dsync-flist -q link-dups $dsynclist || true done } -- GitLab