get rid of driver shell script, to simplify deployment
update README and crontab to match
This commit is contained in:
parent
8711fad9fa
commit
35a855ba32
3 changed files with 19 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue