Builder evergreen-master-ubuntu-12.04-x86 Build #1227
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | ae5108d5badc77c1a2ba594e836919ca70ecd9c7 |
Got Revision | ae5108d5badc77c1a2ba594e836919ca70ecd9c7 |
Changes | 1 change |
BuildSlave:
eg-u1204Reason:
scheduler
Steps and Logfiles:
-
git update ( 4 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 8 secs )
-
compile compile ( 1 secs )
-
test test 848 tests 848 passed ( 13 secs )
-
pylint pylint convention=203 error=1 fatal=14 refactor=6 warning=21 failed ( 1 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | evergreen-master-ubuntu-12.04-x86 | Builder |
buildnumber | 1227 | Build |
codebase | Build | |
got_revision | ae5108d5badc77c1a2ba594e836919ca70ecd9c7 | Git |
project | Evergreen | Build |
pylint-convention | 203 | Unknown |
pylint-error | 1 | Unknown |
pylint-fatal | 14 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 6 | Unknown |
pylint-total | 245 | Unknown |
pylint-warning | 21 | Unknown |
repository | git://git.evergreen-ils.org/Evergreen.git | Build |
revision | ae5108d5badc77c1a2ba594e836919ca70ecd9c7 | Build |
scheduler | evergreen-master | Scheduler |
slavename | eg-u1204 | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/egslave/eg-slave/evergreen-master-ubuntu-12_04-x86 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Galen Charltongmc@esilibrary.com
Timing:
Start | Thu Jun 2 18:14:16 2016 |
End | Thu Jun 2 18:14:54 2016 |
Elapsed | 37 secs |
All Changes:
:
Change #3356
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Thu 02 Jun 2016 18:00:59 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision ae5108d5badc77c1a2ba594e836919ca70ecd9c7 Comments
LP#1373578: fix translatability of hold placement errors This patch fixes a circumstance where ->maketext() could be passed an empty string, causing it to emit the PO file header text rather than a desired string. To test ------- [1] Configure Evergreen to use a TPAC localization (e.g., the Czech translation). [2] Enable the "Has Local Copy Alert" library setting. [3] In the OPAC, change locale and attempt to place a hold that would trigger the alert saying that there's already a local copy available. [4] Note that the alert reads as "Project-Id-Version: evergreen Report-Msgid-Bugs-To: ..." [5] Apply the patch. [6] Try step 3; this time the alert will be translated correctly, e.g., "Ve vaší domovské knihovně je již dostupný exemplář." Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- Open-ILS/src/templates/opac/parts/place_hold_result.tt2