Builder osrf-master-debian-6.00-x86_64 Build #86
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 51a4651186c94686051262a9255d165eadd4f049 |
Got Revision | 51a4651186c94686051262a9255d165eadd4f049 |
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' ( 6 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 | 86 | Build |
codebase | Build | |
got_revision | 51a4651186c94686051262a9255d165eadd4f049 | 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 | 51a4651186c94686051262a9255d165eadd4f049 | 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
Timing:
Start | Mon Nov 5 11:54:18 2018 |
End | Mon Nov 5 11:54:47 2018 |
Elapsed | 28 secs |
All Changes:
:
Change #5845
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Mon 05 Nov 2018 11:32:56 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 51a4651186c94686051262a9255d165eadd4f049 Comments
LP#1684970 Translator compatible with mod_remoteip Teach the OSRF Translator to request the IP address of the user agent (e.g. web browser) instead of the IP address of the up stream client, which may be a proxy, using the Apache 2.4 request_rec->useragent_ip value. http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html This make is possible for the translator to access the client IP with Apache's mod_remoteip enabled and configured. Includes sample config and install documentation. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- README
- src/gateway/osrf_http_translator.c