From bdff54b0ccbee5753e3756bb2a592813aeab7671 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 8 Oct 2020 22:33:25 +0200 Subject: Butler merge script --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3