Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder osrf-master-debian-6.00-x86_64 Build #69

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revisionaf4ab2355707083a22a2828202a541bf0e718bc0
Got Revisionaf4ab2355707083a22a2828202a541bf0e718bc0
Changes1 change

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 0 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 5 secs )
    1. stdio
  4. configure configure ( 12 secs )
    1. stdio
  5. compile compile ( 0 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 4 secs )
    1. stdio
  7. trial 14 tests passed ( 0 secs )
    1. stdio
    2. test.log
    3. problems
  8. pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 4 secs )
    1. stdio
    2. convention
    3. error
    4. fatal
    5. refactor
    6. warning

Build Properties:

NameValueSource
branch master Build
buildername osrf-master-debian-6.00-x86_64 Builder
buildnumber 69 Build
codebase Build
got_revision af4ab2355707083a22a2828202a541bf0e718bc0 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 af4ab2355707083a22a2828202a541bf0e718bc0 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:

NameLabelValue

Responsible Users:

  1. Chris Sharp

Timing:

StartFri Sep 8 18:14:18 2017
EndFri Sep 8 18:14:46 2017
Elapsed28 secs

All Changes:

:

  1. Change #4753

    Category None
    Changed by Chris Sharp <csharpohnoyoudont@georgialibraries.org>
    Changed at Fri 08 Sep 2017 18:15:43
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision af4ab2355707083a22a2828202a541bf0e718bc0

    Comments

    LP#1690206 - remove check of httpd.conf from OpenSRF Makefile.install
    The original src/extras/Makefile.install included a grep of the
    file /etc/apache2/httpd.conf, which is no longer installed by default
    on supported Debian and Ubuntu releases.  As this check results in
    an error message, it makes sense to remove the check altogether.
    
    Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

    Changed files

    • src/extras/Makefile.install