Hi, On Wednesday 12 June 2013 14:36:52 David JACQUET wrote: [...] > Yes i didn't ovewrite all files when i have updated ftpsync. Now it > works.
Indeed, it seems to be working now. Thanks. I am going to add your mirror in a moment. As for the architectures, you seem to be missing the following two in ARCH_EXCLUDE: armhf s390x (they are currently being included in your mirror.) To drop those architectures without hitting ftpsync's max files deletion block, you can do the following right after modifying the .conf file: $ sed -ri 's/(armhf|s390x)//g' debian/project/trace/ftp.rezopole.net $ find debian/pool/ -name '*_armhf.deb' -o -name '*_s390x.deb' -delete The following execution of ftpsync will finish the removal. Regards, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

