Builder osrf-master-debian-6.00-x86_64 Build #44
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | b6557d6a781fe7f7e16d0c5df5707ce5f8f49d48 |
Got Revision | b6557d6a781fe7f7e16d0c5df5707ce5f8f49d48 |
Changes | 1 change |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 2 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
-
configure configure ( 14 secs )
-
compile compile ( 2 secs )
-
test test 138 tests 138 passed ( 5 secs )
-
trial 14 tests passed ( 1 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 | 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:
Name | Label | Value |
---|
Responsible Users:
- Mike Rylandermrylander@gmail.com
Timing:
Start | Mon Oct 31 17:14:17 2016 |
End | Mon Oct 31 17:14:55 2016 |
Elapsed | 37 secs |
All Changes:
:
Change #3600
Category None Changed by Mike Rylander <mrylander @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