From 64ff0f7746a56a6b9400d41d5dd2eb9f7e2ffd03 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 11 Jul 2021 15:31:51 +0200 Subject: Do not auto-refetch dumps before butler compilation + 2SE fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f41bab..907f087 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ dumps: FORCE s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/ ./dumps/load-dumps.sh -butler: dumps FORCE +butler: FORCE python butler/butler.py 1+2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS} python butler/butler.py 1 | mysql ${LIGA_MYSQL_CONNECTION_OPTS} python butler/butler.py 2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS} -- cgit v1.2.3