arvados-cli 0.1.20150116205032 → 0.1.20150120194251
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.
- checksums.yaml +4 -4
- data/bin/crunch-job +4 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a04342c6fc40b6c05addbc1c94164b264de9b41e
|
4
|
+
data.tar.gz: 742246a0aec057dcf3fc93ff329f4b205ef014bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71c5acbe9cc14e883930bc2c28235f6488a339b557679b2cd5e9272143b335115883a15d0e6e81c706c21cacc6a63295b6994a3fc3f258566ce2a17e54455961
|
7
|
+
data.tar.gz: 5e5306184e850748f8453180c884defbd2c2af408bc13722ce53b52f99ee3114a9ff50a5e3eb91088c4107a03391cf6df1e2c3e3b717399cbccbc8f6b4320e96
|
data/bin/crunch-job
CHANGED
@@ -1851,20 +1851,19 @@ if (@ARGV) {
|
|
1851
1851
|
$Log->("Built Python SDK virtualenv");
|
1852
1852
|
}
|
1853
1853
|
|
1854
|
-
my $
|
1854
|
+
my $pip_bin = "pip";
|
1855
1855
|
if ($venv_built) {
|
1856
1856
|
$Log->("Running in Python SDK virtualenv");
|
1857
|
-
$
|
1857
|
+
$pip_bin = "$venv_dir/bin/pip";
|
1858
1858
|
my $orig_argv = join(" ", map { quotemeta($_); } @ARGV);
|
1859
1859
|
@ARGV = ("/bin/sh", "-ec",
|
1860
1860
|
". \Q$venv_dir/bin/activate\E; exec $orig_argv");
|
1861
1861
|
} elsif (-d $python_src) {
|
1862
|
-
$Log->("Warning: virtualenv not found inside Docker container default "
|
1862
|
+
$Log->("Warning: virtualenv not found inside Docker container default " .
|
1863
1863
|
"\$PATH. Can't install Python SDK.");
|
1864
|
-
} else {
|
1865
|
-
$pkgs = `(pip freeze 2>/dev/null | grep arvados) || dpkg-query --show '*arvados*'`;
|
1866
1864
|
}
|
1867
1865
|
|
1866
|
+
my $pkgs = `(\Q$pip_bin\E freeze 2>/dev/null | grep arvados) || dpkg-query --show '*arvados*'`;
|
1868
1867
|
if ($pkgs) {
|
1869
1868
|
$Log->("Using Arvados SDK:");
|
1870
1869
|
foreach my $line (split /\n/, $pkgs) {
|
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: 0.1.
|
4
|
+
version: 0.1.20150120194251
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: arvados
|
@@ -178,7 +178,7 @@ dependencies:
|
|
178
178
|
- - "<"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 1.0.0
|
181
|
-
description: Arvados command line tools, git commit
|
181
|
+
description: Arvados command line tools, git commit 279c6f8bc69a3edfcf7213e0c1b7621f60a46c06
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
version: '0'
|
214
214
|
requirements: []
|
215
215
|
rubyforge_project:
|
216
|
-
rubygems_version: 2.
|
216
|
+
rubygems_version: 2.4.3
|
217
217
|
signing_key:
|
218
218
|
specification_version: 4
|
219
219
|
summary: Arvados CLI tools
|