[ARVADOS] updated: 52c8fd376a75558657969cdf11955334e95d9e83
git at public.curoverse.com
git at public.curoverse.com
Thu Jul 30 11:57:46 EDT 2015
Summary of changes:
sdk/cli/test/test_crunch-job.rb | 3 ++-
sdk/perl/Makefile.PL | 7 ++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
via 52c8fd376a75558657969cdf11955334e95d9e83 (commit)
via 8797ab137a1d8824292a6f7202f6cd0c9744c4f9 (commit)
from a3d4fc92c1cfc2431adb55255793e0077c0a5bd1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 52c8fd376a75558657969cdf11955334e95d9e83
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Jul 30 11:56:43 2015 -0400
Do not mess with PERLLIB in crunch-job tests; let run-tests.sh do that.
Replace this with mocking crunch-refresh-trigger, so crunchenv still
has a reason to live.
diff --git a/sdk/cli/test/test_crunch-job.rb b/sdk/cli/test/test_crunch-job.rb
index 4aea60a..22d756a 100644
--- a/sdk/cli/test/test_crunch-job.rb
+++ b/sdk/cli/test/test_crunch-job.rb
@@ -25,7 +25,8 @@ class TestCrunchJob < Minitest::Test
# Return environment suitable for running crunch-job.
def crunchenv opts={}
env = ENV.to_h
- env['PERLLIB'] = File.absolute_path('../../../perl/lib', __FILE__)
+ env['CRUNCH_REFRESH_TRIGGER'] =
+ File.absolute_path('../../../../tmp/crunch-refresh-trigger', __FILE__)
env
end
commit 8797ab137a1d8824292a6f7202f6cd0c9744c4f9
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Jul 30 11:55:30 2015 -0400
6592: List runtime dependencies for Perl SDK.
diff --git a/sdk/perl/Makefile.PL b/sdk/perl/Makefile.PL
index 21e31ad..d676d37 100644
--- a/sdk/perl/Makefile.PL
+++ b/sdk/perl/Makefile.PL
@@ -6,5 +6,10 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Arvados',
- VERSION_FROM => 'lib/Arvados.pm'
+ VERSION_FROM => 'lib/Arvados.pm',
+ PREREQ_PM => {
+ 'JSON' => 0,
+ 'LWP' => 0,
+ 'Net::SSL' => 0,
+ },
);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list