Point at the new virtualenv location in the cron runners.

- Legacy-Id: 12277
This commit is contained in:
Henrik Levkowetz 2016-11-07 18:39:24 +00:00
parent 27abaae2e4
commit 927d01fd01
2 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,7 @@ cd $DTDIR/
logger -p user.info -t cron "Running $DTDIR/bin/daily"
# Set up the virtual environment
source $DTDIR/bin/activate
source $DTDIR/env/bin/activate
# Populate the yang repositories
$DTDIR/ietf/manage.py populate_yang_model_dirs

View file

@ -10,7 +10,7 @@ DTDIR=/a/www/ietf-datatracker/web
cd $DTDIR/
# Set up the virtual environment
source $DTDIR/bin/activate
source $DTDIR/env/bin/activate
logger -p user.info -t cron "Running $DTDIR/bin/hourly"
@ -66,4 +66,7 @@ mv $TMPFILE5 $DOWNLOAD/id-index.txt
mv $TMPFILE6 $DOWNLOAD/id-abstract.txt
mv $TMPFILE7 $ID/all_id2.txt
# Create and update group wikis
$DTDIR/ietf/manage.py create_group_wikis
# exit 0