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 8f22801 commit 3728b37Copy full SHA for 3728b37
1 file changed
bin/every15m
@@ -0,0 +1,22 @@
1
+#!/bin/bash
2
+
3
+# datatracker jobs to run every 15 minutes
4
+#
5
+# This script is expected to be triggered by cron from
6
+# /etc/cron.d/datatracker
7
8
+export LANG=en_US.UTF-8
9
+export PYTHONIOENCODING=utf-8
10
11
+DTDIR=/a/www/ietf-datatracker/web
12
+cd $DTDIR/
13
14
+# Set up the virtual environment
15
+source $DTDIR/env/bin/activate
16
17
+logger -p user.info -t cron "Running $DTDIR/bin/every15m"
18
19
20
21
22
0 commit comments