Builder evergreen-master-ubuntu-12.04-x86 Build #1255
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 552e5fa596efe53eaeb2d720981087ab8b10ca0a |
Got Revision | 552e5fa596efe53eaeb2d720981087ab8b10ca0a |
Changes | 2 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 | 1255 | Build |
codebase | Build | |
got_revision | 552e5fa596efe53eaeb2d720981087ab8b10ca0a | 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 | 552e5fa596efe53eaeb2d720981087ab8b10ca0a | 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:
- Dan Wellsdbw2@calvin.edu
- Galen Charltongmc@esilibrary.com
Timing:
Start | Wed Aug 10 10:44:18 2016 |
End | Wed Aug 10 10:44:52 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3423
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Wed 10 Aug 2016 10:32:27 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 67a67b792c26554b95e9c744856c1b2f189d6245 Comments
LP#1609556: (follow-up) restore previous 852$d output The previous patch had a side-effect of changing the 852$d value from the circ library's shortname to its long name. This patch restores the previous behavior. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
Change #3424
Category None Changed by Dan Wells <dbw2 @calvin.edu>Changed at Wed 10 Aug 2016 10:35:05 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 552e5fa596efe53eaeb2d720981087ab8b10ca0a Comments
LP#1611495 Don't use .xml for MARC21 files in Vandelay Export The new 'Export Non-imported Records' feature in Vandelay (see bug LP#1548147) was tweaked before merge to export MARC21 files by default (rather than MARC-XML). However, the file save dialog still defaults to (and filters by) ".xml" for the file extension. This is confusing and otherwise problematic. Let's go ahead and save the export using a ".mrc" extension instead. While not an official extension (as far as I know), it is widely used, easy to understand, and far less likely to cause issues with other software. Signed-off-by: Dan Wells <dbw2@calvin.edu> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- Open-ILS/web/js/ui/default/vandelay/vandelay.js