arvados-cli 0.1.20161118201447 → 0.1.20161207205835

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 +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f20f098dc288c7093746c795fe5a212535f20657
4
- data.tar.gz: 8ec58160cfd51d8067cc831ee9b4420ac5322fc1
3
+ metadata.gz: 6dff37aefc883c79642f7e43745e500bbd26fd83
4
+ data.tar.gz: 26b4271a3e235e4ef847df7a50cb58e9e7d7aae3
5
5
  SHA512:
6
- metadata.gz: 6c56016b3dbbde7fc27fba2abab3cf1b16d01bfb86b634a8cfbd7c2ff1a334600460b552fe943ccd7f07b5d39655fbedb78cdd9602b5e95f236a20839d35846f
7
- data.tar.gz: 96d690d9b4bafe4e1ff1d920753da5d21f7652e746ddc0292a8e474dc96a5d17893a64902c5dbddd2b381fdcbbddda64184cadf4ee3d61d0abf048b4e7c3eec3
6
+ metadata.gz: 8fe6df9ef5aa6a49a54c1a1a85e5a14dba6f52e60e40a097fb2a68e6703fdf8e7895a510c5454c57c184bf81fe9fd7e1700ca204cb4f2dfe8cc3e25e86f132f1
7
+ data.tar.gz: d56c39e74450436fe0548ae0c884846064ade1299736ec1bdcaf48cabc69cef953ee77ebd00072dc8011769528e9fa7f5a409d628fbff6e13aebdaaa46c966e4
data/bin/crunch-job CHANGED
@@ -864,9 +864,9 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
864
864
  ."&& MEMLIMIT=\$(( (\$MEM * 95) / ($ENV{CRUNCH_NODE_SLOTS} * 100) )) "
865
865
  ."&& let SWAPLIMIT=\$MEMLIMIT+\$SWAP "
866
866
  .q{&& declare -a VOLUMES=() }
867
- .q{&& if which crunchrunner >/dev/null ; then VOLUMES+=("--volume=$(which crunchrunner):/usr/local/bin/crunchrunner") ; fi }
868
- .q{&& if test -f /etc/ssl/certs/ca-certificates.crt ; then VOLUMES+=("--volume=/etc/ssl/certs/ca-certificates.crt:/etc/arvados/ca-certificates.crt") ; }
869
- .q{elif test -f /etc/pki/tls/certs/ca-bundle.crt ; then VOLUMES+=("--volume=/etc/pki/tls/certs/ca-bundle.crt:/etc/arvados/ca-certificates.crt") ; fi };
867
+ .q{&& if which crunchrunner >/dev/null ; then VOLUMES+=("--volume=$(which crunchrunner):/usr/local/bin/crunchrunner:ro") ; fi }
868
+ .q{&& if test -f /etc/ssl/certs/ca-certificates.crt ; then VOLUMES+=("--volume=/etc/ssl/certs/ca-certificates.crt:/etc/arvados/ca-certificates.crt:ro") ; }
869
+ .q{elif test -f /etc/pki/tls/certs/ca-bundle.crt ; then VOLUMES+=("--volume=/etc/pki/tls/certs/ca-bundle.crt:/etc/arvados/ca-certificates.crt:ro") ; fi };
870
870
 
871
871
  $command .= "&& exec arv-mount --read-write --mount-by-pdh=by_pdh --mount-tmp=tmp --crunchstat-interval=10 --allow-other $arv_file_cache \Q$keep_mnt\E --exec ";
872
872
  $ENV{TASK_KEEPMOUNT} = "$keep_mnt/by_pdh";
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.20161118201447
4
+ version: 0.1.20161207205835
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arvados
@@ -164,7 +164,7 @@ dependencies:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0.8'
167
- description: Arvados command line tools, git commit c1ebef70f3b66080b51ef700383f44d70736f495
167
+ description: Arvados command line tools, git commit b0f9d8dcc4cee11e4faed5a6bba593819209d7e2
168
168
  email: gem-dev@curoverse.com
169
169
  executables:
170
170
  - arv