update-github-list: do not override PYTHONPATH
setting it properly is the responsibility of the caller
This commit is contained in:
parent
df469d01d2
commit
49aff6e3d6
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
dbservice=github
|
||||
dbconn="service=${dbservice}"
|
||||
psql="psql --no-psqlrc --pset t --pset format=unaligned ${dbconn}"
|
||||
# PYTHONPATH should be set via cron
|
||||
# export PYTHONPATH=$HOME/src/swh-lister-github/
|
||||
|
||||
export PYTHONPATH=$HOME/src/github-list-repos/
|
||||
logfile=$HOME/.cache/ghlister/log/ghlister.$(date +%Y%m%d).log
|
||||
|
||||
# catchup with recent changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue