From 4c0e3e17f6f4e1110d07fe7ee7f3a2e3d9bb93c3 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 11 Jun 2024 11:46:15 -0300 Subject: [PATCH] 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 --- bin/monthly | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 bin/monthly diff --git a/bin/monthly b/bin/monthly deleted file mode 100755 index 1d36abc210..0000000000 --- a/bin/monthly +++ /dev/null @@ -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" -