Builder osrf-master-debian-6.00-x86_64 Build #84
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 5c803ae4550bf0e4a992c217baeaffabee30c45a |
Got Revision | 5c803ae4550bf0e4a992c217baeaffabee30c45a |
Changes | 2 changes |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 5 secs )
-
configure configure ( 12 secs )
-
compile compile ( 0 secs )
-
test test 138 tests 138 passed ( 4 secs )
-
trial 14 tests passed ( 0 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 4 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 84 | Build |
codebase | Build | |
got_revision | 5c803ae4550bf0e4a992c217baeaffabee30c45a | Git |
project | OpenSRF | Build |
pylint-convention | 254 | Unknown |
pylint-error | 28 | Unknown |
pylint-fatal | 7 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 279 | Unknown |
pylint-total | 655 | Unknown |
pylint-warning | 87 | Unknown |
repository | git://git.evergreen-ils.org/OpenSRF.git | Build |
revision | 5c803ae4550bf0e4a992c217baeaffabee30c45a | Build |
scheduler | osrf-master-full | Scheduler |
slavename | opensrf-slave | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/openslave/opensrf-slave/osrf-master-debian-6_00-x86_64 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Bill Ericksonberickxx@gmail.com
- Jason Stephensonjason@sigio.com
Timing:
Start | Mon Nov 5 10:54:21 2018 |
End | Mon Nov 5 10:54:50 2018 |
Elapsed | 28 secs |
All Changes:
:
Change #5841
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Mon 05 Nov 2018 10:39:45 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 705599ff6aa29857e8ed1b3da11e6e8ba05e9aa9 Comments
LP#1776510 JS libs handle transport errors Teach the websocket client code to look for the transport_error flag applied to the websocket wrapper message by the websocket gateway when a request for an unavilable service is made. When encountered, fire the transport or generic error handler callbacks, if available. Avoid any attempts to further process the message. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- src/javascript/opensrf.js
Change #5842
Category None Changed by Jason Stephenson <jason @sigio.com>Changed at Mon 05 Nov 2018 10:47:57 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 5c803ae4550bf0e4a992c217baeaffabee30c45a Comments
Reorder Ejabberd configuration steps for Ubuntu 18.04. Rearrange the steps for modifying /etc/ejabberd/ejabberd.yml on Ubuntu 18.04 so that they are in the same order that they appear in the file. Signed-off-by: Jason Stephenson <jason@sigio.com>
Changed files
- README