get rid of driver shell script, to simplify deployment

update README and crontab to match
This commit is contained in:
Stefano Zacchiroli 2015-09-15 08:57:16 +02:00
parent 8711fad9fa
commit 35a855ba32
3 changed files with 19 additions and 36 deletions

View file

@ -1,4 +1,4 @@
GHLISTER_ROOT=$HOME/src/swh-lister-github
GHLISTER_ROOT=~/src/swh-lister-github
# m h dom mon dow command
0 8 * * * PATH=$GHLISTER_ROOT/bin:$PATH PYTHONPATH=$GHLISTER_ROOT update-github-list
0 8 * * * PYTHONPATH=$GHLISTER_ROOT $GHLISTER_ROOT/bin/ghlister catchup >> ~/.cache/swh/lister-github/$(date +\%Y\%m\%d).log 2>&1