arvados-cli 0.1.20140527155436 → 0.1.20140527170740
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 +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ad307ccc688ef1974c8526ef97291b60c08cc60
|
4
|
+
data.tar.gz: 661b94e79256588273f82c4cf590edfd88f6dd4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f9d4a66fec85c4b13b6d1da2bf8b9c70b256f5d7a1ae87105a8e25374b93d3a6682ecba5d78ca37fcdf447697f3486e8a9a33e86df82bc7c26f5ef99c3f42a1
|
7
|
+
data.tar.gz: 1df97d4d84c84a1308d20770f851ab951485816550bf1955bef41eb5ede1d35cecc59e04ab849ece89590a1119eddcee5cfa409755754abd8062011e398fc1f4
|
@@ -447,6 +447,7 @@ class WhRunPipelineInstance
|
|
447
447
|
moretodo = false
|
448
448
|
@components.each do |cname, c|
|
449
449
|
job = nil
|
450
|
+
owner_uuid = @instance[:owner_uuid]
|
450
451
|
# Is the job satisfying this component already known to be
|
451
452
|
# finished? (Already meaning "before we query API server about
|
452
453
|
# the job's current state")
|
@@ -465,6 +466,7 @@ class WhRunPipelineInstance
|
|
465
466
|
:repository => c[:repository],
|
466
467
|
:nondeterministic => c[:nondeterministic],
|
467
468
|
:output_is_persistent => c[:output_is_persistent] || false,
|
469
|
+
:owner_uuid => owner_uuid,
|
468
470
|
# TODO: Delete the following three attributes when
|
469
471
|
# supporting pre-20140418 API servers is no longer
|
470
472
|
# important. New API servers take these as flags that
|
@@ -537,7 +539,8 @@ class WhRunPipelineInstance
|
|
537
539
|
tail_kind: 'arvados#user',
|
538
540
|
tail_uuid: @my_user_uuid,
|
539
541
|
head_kind: 'arvados#collection',
|
540
|
-
head_uuid: wanted
|
542
|
+
head_uuid: wanted,
|
543
|
+
owner_uuid: owner_uuid
|
541
544
|
}
|
542
545
|
debuglog "added link, uuid #{newlink[:uuid]}"
|
543
546
|
end
|
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.
|
4
|
+
version: 0.1.20140527170740
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
@@ -146,7 +146,7 @@ dependencies:
|
|
146
146
|
- - "~>"
|
147
147
|
- !ruby/object:Gem::Version
|
148
148
|
version: '0.8'
|
149
|
-
description: This is the Arvados SDK CLI gem, git revision
|
149
|
+
description: This is the Arvados SDK CLI gem, git revision 68f03bd3db859e60237507ec08c789a2c3a89ca9
|
150
150
|
email: gem-dev@curoverse.com
|
151
151
|
executables:
|
152
152
|
- arv
|