[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 8bb0cc413d18ec3a1d63de85b6a4ef2d8ee04763

Evergreen Git git at git.evergreen-ils.org
Sat May 20 08:31:28 EDT 2017


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_11 has been updated
       via  8bb0cc413d18ec3a1d63de85b6a4ef2d8ee04763 (commit)
       via  9817953a76383f6c329277926022a4d87d6b334c (commit)
      from  7f8b9d297f8ccbf033e905d1716953ce78f81605 (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 8bb0cc413d18ec3a1d63de85b6a4ef2d8ee04763
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Sat May 20 08:39:18 2017 -0400

    LP#1650410: include --days_back in synopsis and other tidying
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
index 1a3ca49..157ea91 100755
--- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in
+++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
@@ -509,7 +509,8 @@ authority_control_fields.pl - Controls fields in bibliographic records with auth
 =head1 SYNOPSIS
 
 C<authority_control_fields.pl> [B<--configuration>=I<opensrf_core.conf>] [B<--refresh>]
-[[B<--record>=I<record>[ B<--record>=I<record>]]] | [B<--all>] | [B<--start_id>=I<start-ID> B<--end_id>=I<end-ID>]
+[[B<--record>=I<record>[ B<--record>=I<record>]]] | [B<--all>] | [B<--start_id>=I<start-ID> B<--end_id>=I<end-ID>] |
+[B<--days_back>=I<number-of-days>]
 
 =head1 DESCRIPTION
 
@@ -586,15 +587,15 @@ option.
 =item * B<-e> I<end-ID>, B<--end_id>=I<end-ID>
 
 Specifies the ending ID of the range of bibliographic records to process.
-This option is ignored unless it is accompanied by the B<-s> or B<--start>
+This option is ignored unless it is accompanied by the B<-s> or B<--start_id>
 option.
 
 =item * B<--days_back>=I<number-of-days>
 
 Specifies that only bibliographic records that have been created in the
 past few days should be processed.  You must specify how many days back
-to include.  This option is incompatible with the B<-s> and B<--start>
-options.  
+to include.  This option is incompatible with the B<-s> and B<--start_id>
+options.
 
 =back
 

commit 9817953a76383f6c329277926022a4d87d6b334c
Author: Jane Sandberg <sandbergja at users.noreply.github.com>
Date:   Thu Jan 26 16:00:53 2017 -0800

    LP#1650410: doc authority_control_fields.pl's --days_back flag
    
    This patch updates the POD that in turn is displayed when
    running authority_control_fields.pl -h
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
index 64d32f9..1a3ca49 100755
--- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in
+++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
@@ -589,6 +589,13 @@ Specifies the ending ID of the range of bibliographic records to process.
 This option is ignored unless it is accompanied by the B<-s> or B<--start>
 option.
 
+=item * B<--days_back>=I<number-of-days>
+
+Specifies that only bibliographic records that have been created in the
+past few days should be processed.  You must specify how many days back
+to include.  This option is incompatible with the B<-s> and B<--start>
+options.  
+
 =back
 
 =head1 EXAMPLES

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

Summary of changes:
 .../support-scripts/authority_control_fields.pl.in |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list