From: Joerg Jaspert Date: Sat, 19 Nov 2011 21:24:25 +0000 (+0100) Subject: Merge remote-tracking branch 'ansgar/description-md5' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=137e2fa7485dca2c51d71eeb2a5ef6ea8e8ebba4;hp=51a14f5d252f35a521813d8b3b0b42b6ad37eae3;p=dak.git Merge remote-tracking branch 'ansgar/description-md5' into merge * ansgar/description-md5: Do not check for existance of unpacked Translation-* files. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 21690ea0..830a4c20 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -410,7 +410,7 @@ function mirrorpush() { while read SHASUM SIZE NAME; do if ! [ -f "${subdir}/${NAME}" ]; then bname=$(basename ${NAME}) - if [ "${bname}" = "Packages" ] || [ "${bname}" = "Sources" ]; then + if [[ "${bname}" =~ ^(Packages|Sources|Translation-[a-zA-Z_]+)$ ]]; then # We don't keep unpacked files, don't check for their existance. # We might want to go and check their unpacked shasum, but right now # I don't care. I believe it should be enough if all the packed shasums