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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 10 17:26:29 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  2151722dfff83d4c2ccfe875b9c347cafc803168 (commit)
      from  f92c526708a82dd410139320f1cc6cd763e7cc36 (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 2151722dfff83d4c2ccfe875b9c347cafc803168
Author: Ben Shum <ben at evergreener.net>
Date:   Mon Apr 17 17:20:25 2017 -0400

    LP#1681864: Add pocommentclean for db.seed cleanup prior to updatepo
    
    By adding a segment to run pocommentclean against the db.seed locale file
    prior to doing updatepo against the file from the PO template, we clear
    any unwanted old and outdated comment IDs prior to applying clean newly
    synchronized comment IDs from the PO template.
    
    Signed-off-by: Ben Shum <ben at evergreener.net>
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/build/i18n/Makefile b/build/i18n/Makefile
index cb5d33c..6888ea9 100644
--- a/build/i18n/Makefile
+++ b/build/i18n/Makefile
@@ -166,6 +166,7 @@ updatepo: prep_output
 	@pot2po $(PROGRESS) -i po/common.properties/common.properties.pot -o $(PO)/common.properties/$(LOCALE).po  -t $(PO)/common.properties/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/conify.dtd/conify.dtd.pot -o $(PO)/conify.dtd/$(LOCALE).po  -t $(PO)/conify.dtd/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/conify.js/conify.js.pot -o $(PO)/conify.js/$(LOCALE).po  -t $(PO)/conify.js/$(LOCALE).po 
+	pocommentclean $(PO)/db.seed/$(LOCALE).po
 	@pot2po $(PROGRESS) -i po/db.seed/db.seed.pot -o $(PO)/db.seed/$(LOCALE).po  -t $(PO)/db.seed/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/fm_IDL.dtd/fm_IDL.dtd.pot -o $(PO)/fm_IDL.dtd/$(LOCALE).po  -t $(PO)/fm_IDL.dtd/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/ils_events.xml/ils_events.xml.pot -o $(PO)/ils_events.xml/$(LOCALE).po  -t $(PO)/ils_events.xml/$(LOCALE).po 

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

Summary of changes:
 build/i18n/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list