[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Ups, architectures have more than just one character around here



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/dinstall.functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index f4babb0..ae62118 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
-- 
2.1.4


Reply to: