File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd $DTDIR/
1616logger -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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DTDIR=/a/www/ietf-datatracker/web
1010cd $DTDIR /
1111
1212# Set up the virtual environment
13- source $DTDIR /bin/activate
13+ source $DTDIR /env/ bin/activate
1414
1515logger -p user.info -t cron " Running $DTDIR /bin/hourly"
1616
@@ -66,4 +66,7 @@ mv $TMPFILE5 $DOWNLOAD/id-index.txt
6666mv $TMPFILE6 $DOWNLOAD /id-abstract.txt
6767mv $TMPFILE7 $ID /all_id2.txt
6868
69+ # Create and update group wikis
70+ $DTDIR /ietf/manage.py create_group_wikis
71+
6972# exit 0
You can’t perform that action at this time.
0 commit comments