arvados-cli 0.1.20140725213442 → 0.1.20140728091359

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 +1 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3427fe1f4edbbc3d2bfb3ef461b95c50cb1db9ac
4
- data.tar.gz: 15e203cbcc529618fccc7c73dc7d624176ffc595
3
+ metadata.gz: ab1a0e95981eb76dc8df6ebf5d58998bdc8481ba
4
+ data.tar.gz: 2a53100c61972ba264ca60846b994bb2c879bbf1
5
5
  SHA512:
6
- metadata.gz: 59f1232f99896eeb8b1e741373f621a7adb2955426318c1e03167885636fdfddf2d2ee8942b5f9524888905ac6b265ef44311ff20f74272db8f8cc180ee622de
7
- data.tar.gz: d481e896345ae26cb17a246c1b2ad20a6709324d55a7757c18cd93fdc8e266dfd9ba931e839e228655ece19584a0e30dfcbcac48304d70884bca1d4ff1cec95b
6
+ metadata.gz: 4adf8c3b1be2943598e9b18b4c7c9602b9da68fb1d7bff8967d6113c7e7a063bfd78b3e9b8c45cc76383cf49c1f7e29dc06f760a9dc043c4815c7db933d29b36
7
+ data.tar.gz: 1a5d7e65aa69f630989079cd10053a7958e6c26065ded0ed115cde9632148741a0b3fc0ff107d4b4e27cdc92a0b5d6904491d6e428c9498436d5e0465b0b099d
data/bin/crunch-job CHANGED
@@ -668,15 +668,13 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
668
668
  elsif ($env_key eq "TASK_KEEPMOUNT") {
669
669
  $command .= "--env=\QTASK_KEEPMOUNT=/keep\E ";
670
670
  }
671
- elsif ($env_key eq "CRUNCH_SRC") {
672
- $command .= "--env=\QCRUNCH_SRC=/tmp/crunch-src\E ";
673
- }
674
671
  else {
675
672
  $command .= "--env=\Q$env_key=$env_val\E ";
676
673
  }
677
674
  }
678
675
  }
679
676
  $command .= "--env=\QCRUNCH_NODE_SLOTS=$ENV{CRUNCH_NODE_SLOTS}\E ";
677
+ $command .= "--env=\QCRUNCH_SRC=/tmp/crunch-src\E ";
680
678
  $command .= "\Q$docker_hash\E ";
681
679
  $command .= "stdbuf --output=0 --error=0 ";
682
680
  $command .= "/tmp/crunch-src/crunch_scripts/" . $Job->{"script"};
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.20140725213442
4
+ version: 0.1.20140728091359
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-25 00:00:00.000000000 Z
11
+ date: 2014-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arvados
@@ -166,7 +166,7 @@ dependencies:
166
166
  - - "<"
167
167
  - !ruby/object:Gem::Version
168
168
  version: 1.0.0
169
- description: This is the Arvados SDK CLI gem, git revision 1a09083539cf6e56fe91a5b5c75c20f35319922b
169
+ description: This is the Arvados SDK CLI gem, git revision b34070ef0ed43062e1e923c8771237575dbb5fa7
170
170
  email: gem-dev@curoverse.com
171
171
  executables:
172
172
  - arv