[open-ils-commits] [GIT] Evergreen ILS branch master updated. fd725a7eb939fedb31f6eb13066f45b35baabb9c

Evergreen Git git at git.evergreen-ils.org
Wed Aug 24 14:54:11 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  fd725a7eb939fedb31f6eb13066f45b35baabb9c (commit)
      from  9fc06033c0805b3f1832e74c0953d243d1a9465d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd725a7eb939fedb31f6eb13066f45b35baabb9c
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Aug 17 18:29:09 2016 -0400

    LP#1614290: Add badge_score_generator to example crontab
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/examples/crontab.example b/Open-ILS/examples/crontab.example
index f68575d..7a9d9e7 100644
--- a/Open-ILS/examples/crontab.example
+++ b/Open-ILS/examples/crontab.example
@@ -64,6 +64,9 @@ EG_BIN_DIR = /openils/bin
 # Run the credit card number clearing script
 #5  4  * * *   . ~/.bashrc && $EG_BIN_DIR/clear_cc_number.srfsh
 
+# Calculate scores for popularity badges
+#30 4 * * * . ~/.bashrc && $EG_BIN_DIR/badge_score_generator.pl $SRF_CORE
+
 # Action/Trigger entries ----
 
 # Runs all pending A/T events every half hour

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/crontab.example |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list