From: Wolfram Schneider Date: Thu, 10 Apr 2014 09:55:04 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws X-Git-Tag: 1.0.0~974 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=62c7a550d8ec552fdd92b42c4fff5462730527b1;hp=70fb51bd08bcc8b4d4532100cfa08c1d7ccf2097;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws --- diff --git a/test/Makefile b/test/Makefile index 7cd3e14..6f6d637 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,12 +19,16 @@ APACHE_HTTPD= /usr/sbin/apache2 all: check clean: - rm -f mkws-error.png mkws-error.html images/*.png + rm -f mkws-error.png mkws-error.html + rm -f images/*.png -distclean: clean clean-tmp +distclean: clean clean-tmp clean-error rm -rf node_modules rm -f ${TMP_DIR}/jasmine-dev +clean-error: + rm -f mkws-error.png.* mkws-error.html.* + clean-tmp: rm -rf ${TMP_DIR} mkdir -p ${TMP_DIR} diff --git a/test/etc/logrotate.d/mkws b/test/etc/logrotate.d/mkws new file mode 100644 index 0000000..35fefe3 --- /dev/null +++ b/test/etc/logrotate.d/mkws @@ -0,0 +1,5 @@ +"mkws-error.png" "mkws-error.html" { + rotate 7 + missingok +} +