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 5e6bb4a commit 6fb2017Copy full SHA for 6fb2017
2 files changed
bin/daily
@@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0
42
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
43
$DTDIR/ietf/bin/expire-ids
44
45
-# Send notifications about coming expirations
46
-$DTDIR/ietf/bin/notify-expirations
47
-
48
# Send nomcom reminders about nomination acceptance and questionnaires
49
$DTDIR/ietf/manage.py send_reminders
50
bin/weekly
@@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly"
20
21
$DTDIR/ietf/manage.py send_apikey_usage_emails
22
23
+# Send notifications about coming expirations
24
+$DTDIR/ietf/bin/notify-expirations
25
+
0 commit comments