summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-07-11 15:31:51 +0200
committeremkael <emkael@tlen.pl>2021-07-11 15:31:51 +0200
commit64ff0f7746a56a6b9400d41d5dd2eb9f7e2ffd03 (patch)
tree6133bafdc3cc8944b0df1ea14860a82f98dfd08c /Makefile
parentc763002b75c9fc14a5f098a02b0c7edb9e29c7b1 (diff)
Do not auto-refetch dumps before butler compilation + 2SE fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}