chore: remove bin/monthly (#7522)

* chore: fix Weekly -> Monthly

Let's get it right before it goes away... :-)

* chore: remove bin/monthly

* chore: fix accidentally committed change
This commit is contained in:
Jennifer Richards 2024-06-11 11:46:15 -03:00 committed by GitHub
parent d70fe5bda7
commit 4c0e3e17f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +0,0 @@
#!/bin/bash
# Weekly datatracker jobs.
#
# 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
cd $DTDIR/
# Set up the virtual environment
source $DTDIR/env/bin/activate
logger -p user.info -t cron "Running $DTDIR/bin/monthly"