We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ed3b commit dc385eaCopy full SHA for dc385ea
1 file changed
bin/mm_hourly
@@ -0,0 +1,15 @@
1
+#!/bin/bash
2
+
3
+# Hourly datatracker jobs, run as mailman
4
+#
5
+# This script is expected to be triggered by cron from
6
+# $DTDIR/etc/cron.d/datatracker which should be symlinked from
7
+# /etc/cron.d/
8
9
+DTDIR=/a/www/ietf-datatracker/web
10
+cd $DTDIR/
11
12
+# Set up the virtual environment
13
+source $DTDIR/bin/activate
14
15
+$DTDIR/ietf/manage.py import_mailman_listinfo
0 commit comments