datatracker/6.130.2.dev0/bin/mm_hourly
Robert Sparks cf949872f1 New branch for 6.130.2.dev0
- Legacy-Id: 17832
2020-05-19 13:52:46 +00:00

26 lines
720 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/
export LANG=en_US.UTF-8
export PYTHONIOENCODING=utf-8
# Make sure we stop if something goes wrong:
program=${0##*/}
trap 'echo "$program($LINENO): Command failed with error code $? ([$$] $0 $*)"; exit 1' ERR
DTDIR=/a/www/ietf-datatracker/web
cd $DTDIR/
# Set up the virtual environment
source $DTDIR/env/bin/activate
logger -p user.info -t cron "Running $DTDIR/bin/mm_hourly"
## XXX commented out pending rewrite -- mailman 2 python interface is not available under Python 3
# $DTDIR/ietf/manage.py import_mailman_listinfo