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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
    1. stdio
  4. configure configure ( 14 secs )
    1. stdio
  5. compile compile ( 2 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 5 secs )
    1. stdio
  7. trial 14 tests passed ( 1 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 44 Build
codebase Build
got_revision b6557d6a781fe7f7e16d0c5df5707ce5f8f49d48 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 b6557d6a781fe7f7e16d0c5df5707ce5f8f49d48 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. Mike Rylander

Timing:

StartMon Oct 31 17:14:17 2016
EndMon Oct 31 17:14:55 2016
Elapsed37 secs

All Changes:

:

  1. Change #3600

    Category None
    Changed by Mike Rylander <mrylanderohnoyoudont@gmail.com>
    Changed at Mon 31 Oct 2016 17:05:42
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision b6557d6a781fe7f7e16d0c5df5707ce5f8f49d48

    Comments

    LP#1631520: configure install location of Perl modules
    Add --with-perlbase configure option to specify
    an alternative location for installing the Perl modules. This
    can be useful for setups that want to run the Perl modules
    from a shared filesystem or environments that need to run
    multiple versions of OpenSRF simultaneously.
    
    Users of --with-perlbase are responsible for ensuring that
    PERL5LIB is set appropriately.
    
    To test
    -------
    [1] Use --with-perlbase during the configure step, e.g.,
    
        ./configure --perl-base /tmp/perl
    
    [2] Run make; make check; sudo make install
    [3] Verify that the Perl modules are installed under
        /tmp/perl.
    [4] Make a change to a Perl source file, then
        go to src/perl, then run sudo ./Build install. Verify
        that it remembers the --with-perlbase directory
        and installs the updated module there.
    
    Signed-off-by: Mike Rylander <mrylander@gmail.com>
    Signed-off-by: Galen Charlton <gmc@esilibrary.com>

    Changed files

    • Makefile.am
    • configure.ac
    • src/perl/Makefile.am