Builder evergreen-master-ubuntu-12.04-x86 Build #1249
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 463ac7ecfe29760e6f520e97e7145813c939ead9 |
Got Revision | 463ac7ecfe29760e6f520e97e7145813c939ead9 |
Changes | 4 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 ( 8 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 | 1249 | Build |
codebase | Build | |
got_revision | 463ac7ecfe29760e6f520e97e7145813c939ead9 | 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 | 463ac7ecfe29760e6f520e97e7145813c939ead9 | 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:
- Kathy Lussierklussier@masslnc.org
- Thomas Berezanskytsbere@mvlc.org
Timing:
Start | Tue Aug 9 13:14:20 2016 |
End | Tue Aug 9 13:14:55 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3408
Category None Changed by Kathy Lussier <klussier @masslnc.org>Changed at Tue 09 Aug 2016 12:59:05 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 73e301661f4e99710bf5e3bf9a48db7623721fd8 Comments
LP#1424656: Fix grammatical error in My Account holds screen Changes the holds queue position string from 'x hold on y copies' to 'Hold #x on y copies', which is gramatically correct. Signed-off-by: Kathy Lussier <klussier@masslnc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/templates/opac/parts/hold_status.tt2
Change #3409
Category None Changed by Thomas Berezansky <tsbere @mvlc.org>Changed at Tue 09 Aug 2016 13:01:59 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision ea375b03f1e7c06d7de3f9b9ec5f4ff01b1d8f40 Comments
LP1559281: Allow Baker and Taylor Fake ISBNs For Content Cafe, jam two B&T entrys into the hash so that Business::ISBN doesn't register them as invalid prefix ISBNs. B&T uses internal ISBN's with country codes 630 and 631 for materials ordered through them when no assigned ISBN exists. The ContentCafe added content service knows about these ISBNs, but they are not generally used by other providers. To Test: This only works if you are using the ContentCafe added content provider. - Before Patch - 1. Add the isbn 9786315820243 as the only isbn on a record. Remove UPCs also.. 2. Clear the added content cache by restarting memcached or using the staff link. 3. View record in catalog and you should see no cover art. - After Patch - 1. Clear the added content cache. 2. View the record in the catalog and you should now see cover art for the title "Video games: the movie" Signed-off-by: Thomas Berezansky <tsbere@mvlc.org> Signed-off-by: Josh Stompro <stomproj@larl.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent/ContentCafe.pm
Change #3410
Category None Changed by Kathy Lussier <klussier @masslnc.org>Changed at Tue 09 Aug 2016 13:04:32 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 4c92d095da106a4c2a54bf26e392d5ad57938f4d Comments
LP#1575177 Add text informing users they cannot add survey questions Survey questions cannot be added or modified once a survey has started, so let's add some warning text in the interface letting them know why they can't perform these actions. Signed-off-by: Kathy Lussier <klussier@masslnc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/web/js/dojo/openils/conify/nls/conify.js
- Open-ILS/web/js/ui/default/conify/global/action/survey/edit.js
Change #3411
Category None Changed by Kathy Lussier <klussier @masslnc.org>Changed at Tue 09 Aug 2016 13:05:56 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 463ac7ecfe29760e6f520e97e7145813c939ead9 Comments
LP#1576502 Fulfilled holds also should not display as active Once a hold has been fulfilled, the patron doesn't consider it active, so let's change the active status for those holds too. Signed-off-by: Kathy Lussier <klussier@masslnc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/templates/opac/myopac/hold_history.tt2