From 14c6e70ff1b7463d51a3decdeaa5a9efac059ad7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 23 Jun 2017 12:15:37 -0400 Subject: [PATCH] Backstage monthly authority CRONTAB updates Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 8203af8fbb..f1dc97441d 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -133,9 +133,8 @@ BACKSTAGE_PASSWORD = BSPASS # 0 12 8-14 10 * [ `date +\%u` = 5 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -d db05 -b # # Backstage authority record monthly updates -# Imports are available the 3rd Thursday of every month, -# but are imported early on the 3rd Friday of every month. -# 0 1 15-21 * * [ `date +\%u` = 5 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -a +# Imports are available the 3rd Wednesday of every month. +# 50 23 15-21 * * [ `date +\%u` = 3 ] && cd $SCRIPT_DIR/../authority-control/backstage/ && ./backstage-agent.sh -a # Anonymize a range of historical circs each night, with a maximum run # time of 120 minutes. We split them up, because each range takes time -- 2.11.0