From da4e3a5b6670e5116c95d7c6db8d7155d66968e6 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 14 Apr 2017 01:56:17 +0200 Subject: Dates config expanded, standard path included in uniform build scripts --- bin/make-test.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'bin/make-test.sh') diff --git a/bin/make-test.sh b/bin/make-test.sh index e93634f..49961ec 100755 --- a/bin/make-test.sh +++ b/bin/make-test.sh @@ -1,9 +1,2 @@ #!/bin/bash -python ranking.py 2016-12-31 > http/test/2017-01.html -python ranking.py 2017-04-30 2016-12-31 > http/test/index.html -find http/test -maxdepth 1 -type f -name \*.html | - while read FILE - do - python editions.py config/test-dates.json $FILE - done -python players.py http/test/players config/test-dates.json +bin/build.sh test-dates.json http/test -- cgit v1.2.3