projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc0603
)
LP#1614290: Add badge_score_generator to example crontab
author
Kathy Lussier
<klussier@masslnc.org>
Wed, 17 Aug 2016 22:29:09 +0000
(18:29 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Wed, 24 Aug 2016 18:52:18 +0000
(14:52 -0400)
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/crontab.example
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/crontab.example
b/Open-ILS/examples/crontab.example
index
f68575d
..
7a9d9e7
100644
(file)
--- 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