arvados-cli 0.1.20140702140728 → 0.1.20140703110309
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.
- checksums.yaml +4 -4
- data/bin/arv-run-pipeline-instance +1 -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: 8fa2e13f3a7a8db3a77bcab9ec1c5907010980ec
|
4
|
+
data.tar.gz: e9f0ee3c161ed5c34bd50ef3d3bdb645606b18e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 084d5f8b408069824230b233f20c9756dd3485da27728c5ced308bb0f1e1c1a18345f4e3d9691ed1044c56f2a753c9683bfaeef1e57202c750e007168fca8381
|
7
|
+
data.tar.gz: 54b4902ef21c01aaabe5147c9b8fe66310ef03a26ccfe84e343f3273b072722540b21f7a4c848dd4e9ff4e736f6cea89b6b54a3bb42d8bd8def58a00c03bdb7d
|
@@ -471,19 +471,13 @@ class WhRunPipelineInstance
|
|
471
471
|
:output_is_persistent => c[:output_is_persistent] || false,
|
472
472
|
:runtime_constraints => c[:runtime_constraints],
|
473
473
|
:owner_uuid => owner_uuid,
|
474
|
-
# TODO: Delete the following three attributes when
|
475
|
-
# supporting pre-20140418 API servers is no longer
|
476
|
-
# important. New API servers take these as flags that
|
477
|
-
# control behavior of create, rather than job attributes.
|
478
|
-
:minimum_script_version => c[:minimum_script_version],
|
479
|
-
:exclude_script_versions => c[:exclude_minimum_script_versions],
|
480
|
-
:no_reuse => @options[:no_reuse] || c[:nondeterministic],
|
481
474
|
}, {
|
482
475
|
# This is the right place to put these attributes when
|
483
476
|
# dealing with new API servers.
|
484
477
|
:minimum_script_version => c[:minimum_script_version],
|
485
478
|
:exclude_script_versions => c[:exclude_minimum_script_versions],
|
486
479
|
:find_or_create => !(@options[:no_reuse] || c[:nondeterministic]),
|
480
|
+
:filters => c[:filters]
|
487
481
|
})
|
488
482
|
if job
|
489
483
|
debuglog "component #{cname} new job #{job[:uuid]}"
|
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.20140703110309
|
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-
|
11
|
+
date: 2014-07-03 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
|
169
|
+
description: This is the Arvados SDK CLI gem, git revision 02226bdb54db7b8db0468409f6495b6daf82ad71
|
170
170
|
email: gem-dev@curoverse.com
|
171
171
|
executables:
|
172
172
|
- arv
|