arvados-cli 0.1.20150730193703 → 0.1.20150803001017
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/crunch-job +0 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 173a9d5ae19b200992d0ed5301b8f887031093e6
|
4
|
+
data.tar.gz: a7a7b302bf1d5f032a009f08552e9e4f63c9789e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 836a46658375eac60c96925a316b5501864829dcfcd6c29e4cf1044c508fd73977faa364f7e99c23019d01af806a65ad1411a749727ef7341d0558cc83221976
|
7
|
+
data.tar.gz: 30879f52ad463f9f8159bafabbfd105f414357ebbc841dceb3cae365e8f62824f6f91d26c3659bdf6678273d8160e269cd4b21bda99e866d557521fbf58e6297
|
data/bin/crunch-job
CHANGED
@@ -868,13 +868,6 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
|
|
868
868
|
$command .= "--memory=\${MEMLIMIT}k --memory-swap=\${SWAPLIMIT}k ";
|
869
869
|
}
|
870
870
|
|
871
|
-
# Dynamically configure the container to use the host system as its
|
872
|
-
# DNS server. Get the host's global addresses from the ip command,
|
873
|
-
# and turn them into docker --dns options using gawk.
|
874
|
-
$command .=
|
875
|
-
q{$(ip -o address show scope global |
|
876
|
-
gawk 'match($4, /^([0-9\.:]+)\//, x){print "--dns", x[1]}') };
|
877
|
-
|
878
871
|
# The source tree and $destdir directory (which we have
|
879
872
|
# installed on the worker host) are available in the container,
|
880
873
|
# under the same path.
|
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.20150803001017
|
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-
|
11
|
+
date: 2015-08-03 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 bb58564d632498a394ee75b07d17f41b724ef824
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|