From: Mike Taylor Date: Mon, 15 Dec 2014 16:21:35 +0000 (+0000) Subject: Just comment out the tidy invocation. We don't really need it, and it seems to barf... X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=4e002362222ed9c122c8976ae5d40230aadfdd28;ds=sidebyside Just comment out the tidy invocation. We don't really need it, and it seems to barf unconditionally on perfectly reasonably sequences such as 'Ð' which xmllint is fine with --- diff --git a/zebra/Makefile b/zebra/Makefile index fcdf403..889a270 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -45,7 +45,7 @@ dump: -test -e records-${DATE} && mv records-${DATE} records-${DATE}.old mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl ${IRSPY_DATABASE} - cd records-${DATE}; for i in *.xml; do echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done + #cd records-${DATE}; for i in *.xml; do echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz clean: