From 6fb2017e969878c2aa6afe34e33d82614c249bd6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 11 May 2020 14:45:57 +0000 Subject: [PATCH] Moved the call to notify-expirations from bin/daily to bin/weekly - Legacy-Id: 17778 --- bin/daily | 3 --- bin/weekly | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/daily b/bin/daily index 37b7a44d9..b69e823b3 100755 --- a/bin/daily +++ b/bin/daily @@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0 # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-ids -# Send notifications about coming expirations -$DTDIR/ietf/bin/notify-expirations - # Send nomcom reminders about nomination acceptance and questionnaires $DTDIR/ietf/manage.py send_reminders diff --git a/bin/weekly b/bin/weekly index 8e01c273c..cca8403fd 100755 --- a/bin/weekly +++ b/bin/weekly @@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly" $DTDIR/ietf/manage.py send_apikey_usage_emails +# Send notifications about coming expirations +$DTDIR/ietf/bin/notify-expirations +