X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=ae621185266560cfcd1a391a731b95dde40866d0;hp=f4babb0032d5632d3beabaa914b2579f1a573235;hb=49c623632eb77f5581d1178fdbeb90c588f159d0;hpb=704479b16c0ad29ae2eaa41855f52a623dac1761 diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index f4babb00..ae621185 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|Contents-[a-zA-Z0-9-]|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