Builder osrf-master-debian-6.00-x86_64 Build #63
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | a481100ef9d5bd9eaad5a87ce29776cb07a8687c |
Got Revision | a481100ef9d5bd9eaad5a87ce29776cb07a8687c |
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' ( 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 | 63 | Build |
codebase | Build | |
got_revision | a481100ef9d5bd9eaad5a87ce29776cb07a8687c | 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 | a481100ef9d5bd9eaad5a87ce29776cb07a8687c | 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:
- Dan Wellsdbw2@calvin.edu
Timing:
Start | Mon Jul 31 12:14:19 2017 |
End | Mon Jul 31 12:14:48 2017 |
Elapsed | 28 secs |
All Changes:
:
Change #4451
Category None Changed by Dan Wells <dbw2 @calvin.edu>Changed at Mon 31 Jul 2017 12:05:13 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision a481100ef9d5bd9eaad5a87ce29776cb07a8687c Comments
LP#1635737 Add optional context to interval_to_seconds Any given interval (e.g. "1 month") can be a different amount of seconds depending on the context (i.e. "1 month" after February 1 is March 1, but "1 month" after March 1 is April 1, yet March is longer than February). This affects months all the time, but also can affect days, hours, and even seconds once you consider DST and "leap" times. By giving an optional context to interval_to_seconds, you can find the true number of seconds in, for example, "1 month", when starting from "February 1" (the context). Signed-off-by: Dan Wells <dbw2@calvin.edu> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- src/perl/lib/OpenSRF/Utils.pm