Builder osrf-master-debian-6.00-x86_64 Build #56
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | fca2dcfd867f1a7ba859e3a9acb4fe244a68054c |
Got Revision | fca2dcfd867f1a7ba859e3a9acb4fe244a68054c |
Changes | 1 change |
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' ( 7 secs )
-
configure configure ( 12 secs )
-
compile compile ( 0 secs )
-
test test 138 tests 138 passed ( 4 secs )
-
trial 14 tests passed ( 1 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 | 56 | Build |
codebase | Build | |
got_revision | fca2dcfd867f1a7ba859e3a9acb4fe244a68054c | 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 | fca2dcfd867f1a7ba859e3a9acb4fe244a68054c | 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:
- Galen Charltongmc@equinoxinitiative.org
Timing:
Start | Tue Feb 21 17:34:17 2017 |
End | Tue Feb 21 17:34:49 2017 |
Elapsed | 31 secs |
All Changes:
:
Change #3980
Category None Changed by Galen Charlton <gmc @equinoxinitiative.org>Changed at Tue 21 Feb 2017 17:19:32 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision fca2dcfd867f1a7ba859e3a9acb4fe244a68054c Comments
LP#1666706: add --with-websockets-port configure option This patch adds the ability to specify the WebSockets port as a configure option, avoiding the need to manually edit a couple JavaScript files if one chooses to proxy WS traffic. This patch also cleans up the set of JavaScript files that are installed so that some test case files are not installed by default. Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- .gitignore
- README
- configure.ac
- src/Makefile.am
- src/javascript/opensrf_ws.js
- src/javascript/opensrf_ws.js.in
- src/javascript/opensrf_ws_shared.js
- src/javascript/opensrf_ws_shared.js.in