From fcc9e4f0195865bd9dbdae7d3fd01ed50ea208ef Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 11 Jun 2012 14:05:55 -0400 Subject: [PATCH] ENH: mask out mirmon failures due to missing timestamp: invalid date .DOCTYPE --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 305b101..7b980d4 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,8 @@ upload-website-stamp: .git/index mirmon: # update and generate mirrors report - [ -x /usr/bin/mirmon ] && mirmon -q -get update -c mirmon-neurodebian.conf + [ -x /usr/bin/mirmon ] && mirmon -q -get update -c mirmon-neurodebian.conf 2>&1 \ + | grep -v 'date: invalid date.*DOCTYPE' # [ -x $(WWW_UPLOAD_URI_STATIC)/mirrors-check.ihtml ] && # everything must be in place! cat $(WWW_UPLOAD_URI_STATIC)/{index-header,mirrors-status,index-trailer}.ihtml \ -- 2.39.2