Point at the new virtualenv location in the cron runners.
- Legacy-Id: 12277
This commit is contained in:
parent
27abaae2e4
commit
927d01fd01
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue