arvados-cli 0.1.20140902092653 → 0.1.20140902135539

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 +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b05679c397bd5bce66d598eba7e4a38fd4e511b
4
- data.tar.gz: 0f00a43d69b1dbb5f245b253219bc27ab89ac2b2
3
+ metadata.gz: e55872a49e74ff0bc910b9eb957e3e8dc8753051
4
+ data.tar.gz: af77e90711c09c3944314ae5387302762af050a2
5
5
  SHA512:
6
- metadata.gz: 3d42ec762507512f15d397d626194a2f9f40fb485f0f8d9327850d6aff4c3151e0ce5dd09dc5ca3a07208c6733c87624d36716daba26c8975d904a72e1a277cf
7
- data.tar.gz: e49cf20df767b0081b0e98cde0309e2bc57741ead7465f516de02b85dd361a53909512ca401d60ba94ab29c5acc175be144c80fd8f250dc6a1683ca76c103fc2
6
+ metadata.gz: 7383199944e0588620083245d2e804debfb99053f91dcd620ddefe85a6839be8787810e8e40632fc2300a970fc255c6811efb54ae9af5ea607045f4fe1e47be9
7
+ data.tar.gz: b1ed9379085fd12500fa18856fda2b25bc4f418adc9c5b24abe0ea9b845a59df045392231d8d83b73733b6829d2bece55c3faad09bd03fba99bcc5110c522461
data/bin/crunch-job CHANGED
@@ -685,13 +685,13 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
685
685
  $command .= "--env=\QCRUNCH_SRC=/tmp/crunch-src\E ";
686
686
  $command .= "\Q$docker_hash\E ";
687
687
  $command .= "stdbuf --output=0 --error=0 ";
688
- $command .= "perl - ";
688
+ $command .= "perl - " if ($build_script);
689
689
  $command .= "/tmp/crunch-src/crunch_scripts/" . $Job->{"script"};
690
690
  } else {
691
691
  # Non-docker run
692
692
  $command .= "crunchstat -cgroup-root=/sys/fs/cgroup -poll=10000 ";
693
693
  $command .= "stdbuf --output=0 --error=0 ";
694
- $command .= "perl - ";
694
+ $command .= "perl - " if ($build_script);
695
695
  $command .= "$ENV{CRUNCH_SRC}/crunch_scripts/" . $Job->{"script"};
696
696
  }
697
697
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20140902092653
4
+ version: 0.1.20140902135539
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
@@ -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 e74d65c872b214808d341a636662d2e6536fcde6
169
+ description: This is the Arvados SDK CLI gem, git revision 73988a7629d8ce151983997aac45c04bb150f8f1
170
170
  email: gem-dev@curoverse.com
171
171
  executables:
172
172
  - arv