Builder evergreen-master-ubuntu-12.04-x86 Build #1252
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 983e8f9cf1bbc69fd8a134b987cdc87e4fc8e406 |
Got Revision | 983e8f9cf1bbc69fd8a134b987cdc87e4fc8e406 |
Changes | 3 changes |
BuildSlave:
eg-u1204Reason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 7 secs )
-
compile compile ( 1 secs )
-
test test 850 tests 850 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 | 1252 | Build |
codebase | Build | |
got_revision | 983e8f9cf1bbc69fd8a134b987cdc87e4fc8e406 | 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 | 983e8f9cf1bbc69fd8a134b987cdc87e4fc8e406 | 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:
- Jason Stephensonjstephenson@mvlc.org
- Jeff Davisjdavis@sitka.bclibraries.ca
- Thomas Berezanskytsbere@mvlc.org
Timing:
Start | Tue Aug 9 14:54:19 2016 |
End | Tue Aug 9 14:54:54 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3414
Category None Changed by Thomas Berezansky <tsbere @mvlc.org>Changed at Tue 09 Aug 2016 14:39:37 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 77e698b6b7ce7314413ffc39d5893883a51ce7ee Comments
Delay Novelist loading slightly So that if Novelist holds things up other JavaScript, like staff client calls, are not delayed due to Novelist issues. Signed-off-by: Thomas Berezansky <tsbere@mvlc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/templates/opac/parts/acjs.tt2
Change #3415
Category None Changed by Jeff Davis <jdavis @sitka.bclibraries.ca>Changed at Tue 09 Aug 2016 14:44:22 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 4754c39358e43e0f2e65680f36c3371d89bc9e3d Comments
LP#1609556: use unapi functions to retrieve holdings for SRU/Z39.50 Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
Change #3416
Category None Changed by Jason Stephenson <jstephenson @mvlc.org>Changed at Tue 09 Aug 2016 14:48:47 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 983e8f9cf1bbc69fd8a134b987cdc87e4fc8e406 Comments
LP 1503867: Use ws_ou in open-ils.circ.copy_transit.receive. After putting NCIPServer into production, we discovered that a staff user cannot receive a transit destined for their work org. unit if the actor.usr.home_ou is not the same as their current work_ou. This occurred because transit_receive in OpenILS::Application:: Circ::Transit uses the requestor's home_ou and not the ws_ou. If you want to trigger this bug, write a little script to receive transits, then login with a staff account at a location other than their home_ou and try to receive a transit destined for the work_ou. It will fail. This small commit replaces home_ou in two places with ws_ou in order to make the above work. NOTE: This bug affects an API call not used in Evergreen except in one test script. It used in two ILL add-ons for Evergreen: issa and NCIPServer. Receiving transits by checking copies in via the staff client, the typical workflow, is not affected by this bug or its fix. Signed-off-by: Jason Stephenson <jstephenson@mvlc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Transit.pm