[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. f37e6c73176d2ab83f5b2ff5780263120b1e5daa

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_12 has been updated
       via  f37e6c73176d2ab83f5b2ff5780263120b1e5daa (commit)
       via  78939ab62d354add7d5c3b569363ab2174f047b4 (commit)
      from  91e2c59db4862579af548742ecad5b5f53decac2 (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 f37e6c73176d2ab83f5b2ff5780263120b1e5daa
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 78939ab62d354add7d5c3b569363ab2174f047b4
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