From 53c12d54c37271e482bcd674ed59884ffc4334e6 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Tue, 26 Jun 2018 15:48:35 +0200 Subject: [PATCH] etc/crontab: Remove dead code This is now running through the swh scheduler --- etc/crontab | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 etc/crontab diff --git a/etc/crontab b/etc/crontab deleted file mode 100644 index 4ebb2d1..0000000 --- a/etc/crontab +++ /dev/null @@ -1,5 +0,0 @@ -SHELL=/bin/bash -GHLISTER_ROOT=/home/zack/src/swh-lister-github - -# m h dom mon dow command - 0 8 * * * PYTHONPATH=$GHLISTER_ROOT $GHLISTER_ROOT/bin/ghlister catchup >> ~/.cache/swh/lister-github/$(date +\%Y\%m\%d).log 2>&1