datatracker/bin/mm_hourly
Henrik Levkowetz 6b69660559 Fixed a wrong virtualenv path in bin/mm_hourly
- Legacy-Id: 13705
2017-06-22 14:59:28 +00:00

16 lines
349 B
Bash
Executable file

#!/bin/bash
# Hourly datatracker jobs, run as mailman
#
# This script is expected to be triggered by cron from
# $DTDIR/etc/cron.d/datatracker which should be symlinked from
# /etc/cron.d/
DTDIR=/a/www/ietf-datatracker/web
cd $DTDIR/
# Set up the virtual environment
source $DTDIR/env/bin/activate
$DTDIR/ietf/manage.py import_mailman_listinfo