From d50d72286acb6912640da42a489cffd09114d26a Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 May 2021 22:41:25 +0200 Subject: Post-event cleanup --- .envrc | Bin 583 -> 584 bytes _cron/autocommit | 6 +++--- _cron/playoff | 6 +++--- http | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.envrc b/.envrc index 3f87537..25a7415 100644 Binary files a/.envrc and b/.envrc differ diff --git a/_cron/autocommit b/_cron/autocommit index d7c866a..00c4efc 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log -SHELL=/bin/sh +# SHELL=/bin/bash +# */20 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# SHELL=/bin/sh diff --git a/_cron/playoff b/_cron/playoff index ad35c5f..f9cbd53 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 -SHELL=/bin/sh +# SHELL=/bin/bash +# */3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 +# SHELL=/bin/sh diff --git a/http b/http index b30a1dc..5b98e86 160000 --- a/http +++ b/http @@ -1 +1 @@ -Subproject commit b30a1dc8300ee4b27ee7a4aece2a7f3f9412d3fa +Subproject commit 5b98e86316f849f342f6c05a847913d012ca231e -- cgit v1.2.3