X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=f4babb0032d5632d3beabaa914b2579f1a573235;hb=c9ca62268c8358315ba45818291c9b0fdc475a2d;hp=6abf1b84f9cec4a033a9c257bb8582d6b2f6c7ba;hpb=648551fe31c0a737f3c9f668a02c3ffe99c42d1d;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 6abf1b84..f4babb00 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -458,7 +458,7 @@ function mirrorpush() { while read SHASUM SIZE NAME; do if ! [ -f "${subdir}/${NAME}" ]; then bname=$(basename ${NAME}) - if [[ "${bname}" =~ ^(Packages|Sources|Translation-[a-zA-Z_]+)$ ]]; then + if [[ "${bname}" =~ ^(Packages|Sources|Contents-[a-zA-Z0-9-]|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