Skip to content

Commit 927d01f

Browse files
committed
Point at the new virtualenv location in the cron runners.
- Legacy-Id: 12277
1 parent 27abaae commit 927d01f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/daily

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd $DTDIR/
1616
logger -p user.info -t cron "Running $DTDIR/bin/daily"
1717

1818
# Set up the virtual environment
19-
source $DTDIR/bin/activate
19+
source $DTDIR/env/bin/activate
2020

2121
# Populate the yang repositories
2222
$DTDIR/ietf/manage.py populate_yang_model_dirs

bin/hourly

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DTDIR=/a/www/ietf-datatracker/web
1010
cd $DTDIR/
1111

1212
# Set up the virtual environment
13-
source $DTDIR/bin/activate
13+
source $DTDIR/env/bin/activate
1414

1515
logger -p user.info -t cron "Running $DTDIR/bin/hourly"
1616

@@ -66,4 +66,7 @@ mv $TMPFILE5 $DOWNLOAD/id-index.txt
6666
mv $TMPFILE6 $DOWNLOAD/id-abstract.txt
6767
mv $TMPFILE7 $ID/all_id2.txt
6868

69+
# Create and update group wikis
70+
$DTDIR/ietf/manage.py create_group_wikis
71+
6972
# exit 0

0 commit comments

Comments
 (0)