Builder osrf-master-debian-6.00-x86_64 Build #92
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 27950b7d180495f9c85f4aced40fd6f39d035388 |
Got Revision | 27950b7d180495f9c85f4aced40fd6f39d035388 |
Changes | 5 changes |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 6 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 8 secs )
-
configure configure ( 17 secs )
-
compile compile ( 7 secs )
-
test test 141 tests 141 passed ( 8 secs )
-
trial 14 tests passed ( 2 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 92 | Build |
codebase | Build | |
got_revision | 27950b7d180495f9c85f4aced40fd6f39d035388 | 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 | 27950b7d180495f9c85f4aced40fd6f39d035388 | 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:
- Ben Shumben@evergreener.net
- Bill Ericksonberickxx@gmail.com
- Jason Boyerjboyer@library.in.gov
- Jason Stephensonjason@sigio.com
Timing:
Start | Sun Jul 21 16:04:36 2019 |
End | Sun Jul 21 16:05:33 2019 |
Elapsed | 56 secs |
All Changes:
:
Change #6321
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Sun 21 Jul 2019 15:51:26 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision a2522f25ed8d0c5b355838174e2aac20000c85e6 Comments
LP1834208 Removing apache2-websockets Remove code and build components for apache2-websockets. Update documentation to reflect the use of websocketd as the only supported OpenSRF websockets implementation. Add a note to the install documentation indicating websocketd does not offer a configurable inactivity timeout, but this can be accomplished by running it behind a proxy. Update NGINX and HAPROXY example configs to reflect the assumption that websocketd is runs locally without SSL by default. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Jason Boyer <jboyer@library.in.gov> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- README
- examples/apache_24/websockets/apache2.conf
- examples/haproxy/osrf-ws-http-proxy
- examples/nginx/osrf-ws-http-proxy
- src/gateway/Makefile.am
- src/gateway/osrf_websocket_translator.c
- src/gateway/websocket_plugin.h
Change #6322
Category None Changed by Jason Stephenson <jason @sigio.com>Changed at Sun 21 Jul 2019 15:51:35 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 81244409e61cb004f6451c5bece75633088e1880 Comments
LP1834208 Remove example Apache Websockets configuration The examples/apache_24/websockets files were left behind by the previous commit. This commit deletes them. Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Jason Boyer <jboyer@library.in.gov> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- examples/apache_24/websockets/apache2.conf
Change #6323
Category None Changed by Jason Stephenson <jason @sigio.com>Changed at Sun 21 Jul 2019 15:51:37 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision c409bb7c6688d8f294375e1c549495e6dd637b04 Comments
LP1834208 Update proxy example configuration files The examples/haproxy/osrf-ws-http-proxy file needed a syntax correction with the listen directive. Remove X-Real-IP lines from the examples/nginx/osrf-ws-http-proxy configuration, and remove the X-Client-IP line from the examples/haproxy/osrf-ws-http-proxy configuration. These entries are redundant when X-Forwarded-For is being used. This latter change also suggests changes in the Evergreen Apache 2 configuration examples. Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Jason Boyer <jboyer@library.in.gov> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- examples/haproxy/osrf-ws-http-proxy
- examples/nginx/osrf-ws-http-proxy
Change #6324
Category None Changed by Jason Boyer <jboyer @library.in.gov>Changed at Sun 21 Jul 2019 15:51:39 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 502ecca0dafa6d258fba775d070d498715f9ae6c Comments
LP1834208 Rearrange proxy instructions to reduce repetition The instructions for Apache configuration changes were repeated multiple times throughout the README. This pulls them together, allowing the Nginx and HAProxy sections to focus specifically on the configuration of those packages. Signed-off-by: Jason Boyer <jboyer@library.in.gov> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- README
Change #6325
Category None Changed by Ben Shum <ben @evergreener.net>Changed at Sun 21 Jul 2019 15:51:40 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 27950b7d180495f9c85f4aced40fd6f39d035388 Comments
LP1834208 fix OpenSRF README asciidoc syntax Fixing the subheading so that it compiles properly. Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- README