[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 39b160efb2ffbe92cf401af4bdd949b490e48d21
Evergreen Git
git at git.evergreen-ils.org
Tue Apr 14 16:26:22 EDT 2015
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, rel_2_8 has been updated
via 39b160efb2ffbe92cf401af4bdd949b490e48d21 (commit)
from 4bfa6c45b5b3553b86947b6e786a622ce4f842c8 (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 39b160efb2ffbe92cf401af4bdd949b490e48d21
Author: Galen Charlton <gmc at esilibrary.com>
Date: Fri Apr 10 15:47:29 2015 +0000
LP#1442695: install purge_pending_users.srfsh to /openils/bin by default
Since purge_pending_users.srfsh is in the example crontab, it should
be installed to the Evergreen binaries directory (typically /openils/bin)
by default.
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am
index 330f5ab..07d90f9 100644
--- a/Open-ILS/src/Makefile.am
+++ b/Open-ILS/src/Makefile.am
@@ -72,6 +72,7 @@ core_scripts = $(examples)/oils_ctl.sh \
$(supportscr)/long-overdue-status-update.pl \
$(supportscr)/purge_holds.srfsh \
$(supportscr)/purge_circulations.srfsh \
+ $(supportscr)/purge_pending_users.srfsh \
$(supportscr)/sitemap_generator \
$(srcdir)/extras/eg_config \
$(srcdir)/extras/openurl_map.pl \
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list