* chore: Remove notify-expirations from bin/weekly * chore: Remove idindex_update from bin/hourly * chore: Remove rfc-editor-index-updates from bin/daily * chore: Remove rfc-editor-index-updates from bin/every15m * chore: Remove celerized tasks from bin/daily * ietf/bin/expire-ids * ietf/manage.py send_reminders * ietf/manage.py fetch_meeting_attendance * chore: Remove send-scheduled-mail from every15m Leaves an empty shell of a script... * chore: Remove iana-*-updates from bin/hourly
14 lines
289 B
Bash
Executable file
14 lines
289 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# datatracker jobs to run every 15 minutes
|
|
#
|
|
# This script is expected to be triggered by cron from
|
|
# /etc/cron.d/datatracker
|
|
|
|
export LANG=en_US.UTF-8
|
|
export PYTHONIOENCODING=utf-8
|
|
|
|
DTDIR=/a/www/ietf-datatracker/web
|
|
logger -p user.info -t cron "Running $DTDIR/bin/every15m"
|
|
|