From cc3cd1cf0014a144ccae668195a159155b83326c Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 9 Oct 2020 00:21:02 +0200 Subject: pzbs-liga-ausbutler module with a make target --- .gitmodules | 3 +++ Makefile | 3 +++ ausbutler | 1 + 3 files changed, 7 insertions(+) create mode 160000 ausbutler 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 index 0000000..eed6760 --- /dev/null +++ b/ausbutler @@ -0,0 +1 @@ +Subproject commit eed67604daee37240c53c5cfe8ea58320fc4d51a -- cgit v1.2.3