arvados-cli 1.3.3.20190320201707 → 1.4.0.20190605175544

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crunch-job +3 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d41e75e215e1f340fd4b09adb95b2275c71965c
4
- data.tar.gz: 1a8293162ae055ce2eb4b5be45a7a7e7f4f6ea3f
3
+ metadata.gz: bfe464131bd16f71e8e440014ef5be2ebcbbde13
4
+ data.tar.gz: bb42080c54cc31700249755f25215f9b7e157618
5
5
  SHA512:
6
- metadata.gz: 31f35b9a5f80f22b7002276c3c7eb6b4f214317506f6f6258879ca29217c8fe9684025d73782e7b7b9709d95c5f474c2be131e4d7cb71b619ad3402626bf325b
7
- data.tar.gz: 34d76aa33f09ebe6c8b42545ab45e5a94c889c09384823b6765d33aad55fd3ee81e9ca036ed3aba2ba28b7f074b5b89ebbe154505c685f822044c6c0c362b1bf
6
+ metadata.gz: cb9bacfbb61d0c825d577e345b4eaad7c428c81a05e16580cc17dd6f73da3dd9873c8bc15309a5b1fd9430dea3811f7d70b09f03abd945458fe2cf7a8f613f15
7
+ data.tar.gz: 29c5f698e6a5638f14ce97de6dfa1d023931ff4152e356f5ae90d855f95d980f352d4d0658a04cd611114c467b5b4b93b23660b5aaab6bc84efe4a73b17cbdbe
data/bin/crunch-job CHANGED
@@ -1634,7 +1634,9 @@ sub create_output_collection
1634
1634
  Log (undef, "collate");
1635
1635
 
1636
1636
  my ($child_out, $child_in);
1637
- my $pid = open2($child_out, $child_in, 'python', '-c', q{
1637
+ # This depends on the python-arvados-python-client package, which needs to be installed
1638
+ # on the machine running crunch-dispatch (typically, the API server).
1639
+ my $pid = open2($child_out, $child_in, '/usr/share/python2.7/dist/python-arvados-python-client/bin/python', '-c', q{
1638
1640
  import arvados
1639
1641
  import sys
1640
1642
  print (arvados.api("v1").collections().
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3.20190320201707
4
+ version: 1.4.0.20190605175544
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-20 00:00:00.000000000 Z
11
+ date: 2019-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arvados
@@ -158,7 +158,7 @@ dependencies:
158
158
  - - "~>"
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0.8'
161
- description: Arvados command line tools, git commit a07891c7ac7e90ebdf35ae1812ec03c818fe2a67
161
+ description: Arvados command line tools, git commit a8fe18b2b941f31896033bb58b9056e7731581b7
162
162
  email: gem-dev@curoverse.com
163
163
  executables:
164
164
  - arv