]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall - mirror
authorJoerg Jaspert <joerg@debian.org>
Sat, 12 Mar 2011 09:51:42 +0000 (10:51 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 12 Mar 2011 09:51:42 +0000 (10:51 +0100)
exclude the temporary files from apt-ftparchive (*.new), and delete excluded
files too.
Should keep the mirrors happy, cos those files arent readable for others.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index 508e60e6435b7016143853b31bd0119b623b1cdd..587df1b5d07bc3f151db18590c37cba8ede1dcfd 100644 (file)
@@ -440,7 +440,7 @@ function mirror() {
     echo "Running on host: $(hostname -f)" >> ${TRACEFILE}
     echo "Archive serial: ${SERIAL}" >> ${TRACEFILE}
     cd ${mirrordir}
-    rsync -aH --link-dest ${ftpdir} --delete --delete-after --ignore-errors ${ftpdir}/. .
+    rsync -aH --link-dest ${ftpdir} --delete --delete-after --delete-excluded --exclude Packages.*.new --exclude Sources.*.new  --ignore-errors ${ftpdir}/. .
 }
 
 function expire() {