From 88cdf52f57fe66c536cd326c28e60ff7f3e489d2 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 12 Dec 2015 13:49:53 +0100 Subject: [PATCH] New files in Release file - adjust the check --- config/debian/dinstall.functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 0e5787bd..d12d519f 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -485,7 +485,8 @@ 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_]+|Components-(amd64|i386)\.yml|icons-(128x128|64x64)\.tar)$ ]]; 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 -- 2.39.2