We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7481 commit fa49790Copy full SHA for fa49790
1 file changed
bin/mm_hourly
@@ -13,7 +13,8 @@ export PYTHONIOENCODING=utf-8
13
program=${0##*/}
14
trap 'echo "$program($LINENO): Command failed with error code $? ([$$] $0 $*)"; exit 1' ERR
15
16
-DTDIR=/a/www/ietf-datatracker/web
+# Note that we're using the last 2.7 release here, not the current release
17
+DTDIR=/a/www/ietf-datatracker/py27
18
cd $DTDIR/
19
20
# Set up the virtual environment
@@ -22,4 +23,4 @@ source $DTDIR/env/bin/activate
22
23
logger -p user.info -t cron "Running $DTDIR/bin/mm_hourly"
24
25
## XXX commented out pending rewrite -- mailman 2 python interface is not available under Python 3
-# $DTDIR/ietf/manage.py import_mailman_listinfo
26
+$DTDIR/ietf/manage.py import_mailman_listinfo
0 commit comments