arvados-cli 0.1.20150112183934 → 0.1.20150116205032

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crunch-job +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a1c216f86130d1ccfc6b58e9971fb2d66e5127b
4
- data.tar.gz: a02667962b435b1bbac3b22324da0ff6e0e5f724
3
+ metadata.gz: b639e200031c705c9661eebc4569c847183b23f2
4
+ data.tar.gz: 64da6b6778dae061aee363a18753da755af9b718
5
5
  SHA512:
6
- metadata.gz: 8b96c89224d0c3830dff1dc67948351f7f936a7a1578550b8353ef8c853a4876d2ac8e4e17742518af33633efaeeb6e729beaeb2f466852f41eaec23269e84d7
7
- data.tar.gz: d128b712ad4662be5622a5aaf4f026cdac53f50c62a93dcc526251d7d4be981467ff963603530c0c51e5be25e30627ac217eca106fd609b2280fb1fb4321a59f
6
+ metadata.gz: 4808476fb478ceb0676e7e2d5ec9a3cba302b1c0216eb9c319b99c84992bc88590552fb32074d3222137e4773ad8643a615439a993a62960cb8666dfeddec2a9
7
+ data.tar.gz: 4dad43daa77476a16d93bfa5a1fdabba4401f702029a5a884fff81c8e2df726b90fd77bbade45170486204a7c82c9deb1fb454e36d549e76d71aef178546fddb
data/bin/crunch-job CHANGED
@@ -1846,7 +1846,7 @@ if (@ARGV) {
1846
1846
  if ((!$venv_built) and (-d $python_src) and can_run("virtualenv")) {
1847
1847
  shell_or_die("virtualenv", "--quiet", "--system-site-packages",
1848
1848
  "--python=python2.7", $venv_dir);
1849
- shell_or_die("$venv_dir/bin/pip", "--quiet", "install", $python_src);
1849
+ shell_or_die("$venv_dir/bin/pip", "--quiet", "install", "-I", $python_src);
1850
1850
  $venv_built = 1;
1851
1851
  $Log->("Built Python SDK virtualenv");
1852
1852
  }
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.20150112183934
4
+ version: 0.1.20150116205032
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-12 00:00:00.000000000 Z
11
+ date: 2015-01-16 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 138a4b0a5de177faede5255841a5c6fca06b31f4
181
+ description: Arvados command line tools, git commit 59963e1ee432a51a3f7ae3d98068a541b2738879
182
182
  email: gem-dev@curoverse.com
183
183
  executables:
184
184
  - arv