Builder osrf-master-fedora-18 Build #49
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | f3ac7f14ec675e99784b9a5037be66f8c90c22f2 |
Got Revision | f3ac7f14ec675e99784b9a5037be66f8c90c22f2 |
Changes | 2 changes |
BuildSlave:
opensrf-fed18Reason:
scheduler
Steps and Logfiles:
-
git update ( 2 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 6 secs )
-
configure configure ( 6 secs )
-
compile compile ( 11 secs )
-
test test 138 tests 138 passed ( 5 secs )
-
trial 14 tests passed ( 3 secs )
-
pylint pylint failed ( 9 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-fedora-18 | Builder |
buildnumber | 49 | Build |
codebase | Build | |
got_revision | f3ac7f14ec675e99784b9a5037be66f8c90c22f2 | Git |
project | OpenSRF | Build |
pylint-convention | 0 | Unknown |
pylint-error | 0 | Unknown |
pylint-fatal | 0 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 0 | Unknown |
pylint-total | 0 | Unknown |
pylint-warning | 0 | Unknown |
repository | git://git.evergreen-ils.org/OpenSRF.git | Build |
revision | f3ac7f14ec675e99784b9a5037be66f8c90c22f2 | Build |
scheduler | osrf-master-full | Scheduler |
slavename | opensrf-fed18 | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/openslave/opensrf-slave/osrf-master-fedora-18 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Mike Rylandermrylander@gmail.com
Timing:
Start | Fri Aug 12 13:44:19 2016 |
End | Fri Aug 12 13:45:05 2016 |
Elapsed | 45 secs |
All Changes:
:
Change #3426
Category None Changed by Mike Rylander <mrylander @gmail.com>Changed at Fri 12 Aug 2016 13:31:07 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 91a8f051220ba1b29e76068a58cbb400ae521834 Comments
LP#1485371: Use client-supplied TZ Currently, there is no protocol-level mechanism for passing the client's desired timezone to the server. In much the same way we pass the locale, we can let the server know what timezone it should use when interpreting time stamps. To do this we: * Teach perl server code to live in the client TZ, if supplied * Teach perl client code to send the current $ENV{TZ} * Teach javascript library to include client TZ in gateway/translator/websocket communication * Teach C code to pull the incoming TZ and apply it to outgoing messages * Teach srfsh to pull TZ from the environment and pass it with requests Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- include/opensrf/osrf_app_session.h
- include/opensrf/osrf_message.h
- src/javascript/opensrf.js
- src/libopensrf/osrf_app_session.c
- src/libopensrf/osrf_message.c
- src/libopensrf/osrf_stack.c
- src/perl/lib/OpenSRF/DomainObject/oilsMessage.pm
- src/srfsh/srfsh.c
Change #3427
Category None Changed by Mike Rylander <mrylander @gmail.com>Changed at Fri 12 Aug 2016 13:31:18 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision f3ac7f14ec675e99784b9a5037be66f8c90c22f2 Comments
LP#1485371: Release notes for TZ handling in OpenSRF Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- doc/TZ-handling.txt