summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-09 00:21:02 +0200
committeremkael <emkael@tlen.pl>2020-10-09 00:21:02 +0200
commitcc3cd1cf0014a144ccae668195a159155b83326c (patch)
tree0da5f83e287cacf182acec34493337c7eb2fa698
parent98a458b8b72071e34de3dfd1e894fd98363fb268 (diff)
pzbs-liga-ausbutler module with a make target
-rw-r--r--.gitmodules3
-rw-r--r--Makefile3
m---------ausbutler0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7797d63..d0626d0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "http"]
path = http
url = git@emkael.info:/srv/git/.private/pzbs-liga-www
+[submodule "ausbutler"]
+ path = ausbutler
+ url = https://github.com/emkael/pzbs-liga-ausbutler
diff --git a/Makefile b/Makefile
index afb6e48..72b1396 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,7 @@ butler: dumps FORCE
python butler/butler.py 1 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
python butler/butler.py 2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
+ausbutler: FORCE
+ ./ausbutler/ausbutler-all.sh
+
FORCE:
diff --git a/ausbutler b/ausbutler
new file mode 160000
+Subproject eed67604daee37240c53c5cfe8ea58320fc4d51