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

Evergreen Git git at git.evergreen-ils.org
Sat May 20 08:31:27 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, master has been updated
       via  fc0908b56f2c600de16088316c05e40640b76c59 (commit)
       via  9f7e8ce8f6ede9d348a1f66f105cdfb6a2c140b4 (commit)
      from  4b72de67dee5cc3144a5f6fa2223e08ddd00c869 (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 fc0908b56f2c600de16088316c05e40640b76c59
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 9f7e8ce8f6ede9d348a1f66f105cdfb6a2c140b4
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