summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-08 22:33:25 +0200
committeremkael <emkael@tlen.pl>2020-10-08 22:33:25 +0200
commitbdff54b0ccbee5753e3756bb2a592813aeab7671 (patch)
treecad20e2267aa9ef9faa497c5999f1a30ca403717 /Makefile
parentd0f4f64a6f946d56a5a7304eb07edda66e725b4b (diff)
Butler merge script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21024bc..01be4ac 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,9 @@ dumps: FORCE
s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/
./dumps/load-dumps.sh
+butler: dumps
+ 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}
+
FORCE: