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:
parent
d70fe5bda7
commit
4c0e3e17f6
17
bin/monthly
17
bin/monthly
|
@ -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"
|
||||
|
Loading…
Reference in a new issue