From: Yaroslav Halchenko Date: Mon, 11 Jun 2012 18:29:04 +0000 (-0400) Subject: BF: doh -- we do not care atm about return status of mirmon update and its grep X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af42f678f502630ff01c7aeb6f1cec80d453b26f;p=neurodebian.git BF: doh -- we do not care atm about return status of mirmon update and its grep --- diff --git a/Makefile b/Makefile index 7b980d4..7829c85 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ upload-website-stamp: .git/index mirmon: # update and generate mirrors report [ -x /usr/bin/mirmon ] && mirmon -q -get update -c mirmon-neurodebian.conf 2>&1 \ - | grep -v 'date: invalid date.*DOCTYPE' + | 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 \