update-github-list: do not override PYTHONPATH

setting it properly is the responsibility of the caller
This commit is contained in:
Stefano Zacchiroli 2015-09-10 18:18:26 +02:00
parent df469d01d2
commit 49aff6e3d6

View file

@ -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