summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d1b4582..45e59f1 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,15 @@ backups: FORCE
s3cmd -c dumps/.s3config --exclude="*/*" sync dumps/backup/ ${LIGA_S3_BACKUP_BUCKET}
dumps: FORCE
- s3cmd -c dumps/.s3config --exclude="*/*" sync ${LIGA_S3_BUCKET} dumps/sync/
+ s3cmd -c dumps/.s3config --exclude="*/*" sync ${LIGA_S3_BUCKET} ./dumps/sync/
+ ./dumps/fetch-dropbox.sh
+ ./dumps/fetch-local.sh
./dumps/load-dumps.sh
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}
+ python butler/butler.py 1+2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
ausbutler: FORCE
./ausbutler/ausbutler-all.sh