arvados-cli 0.1.20140527155436 → 0.1.20140527170740

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c771ef8f3e84474d6789f3c910905d4f3f6fa0c
4
- data.tar.gz: 4cd3921408a413f57cb4f5f6397c02103cf0d84a
3
+ metadata.gz: 1ad307ccc688ef1974c8526ef97291b60c08cc60
4
+ data.tar.gz: 661b94e79256588273f82c4cf590edfd88f6dd4b
5
5
  SHA512:
6
- metadata.gz: 02d479a90c96212ab22660f0fe7c08d1702ef1ee5022f557e10848f5c448e03b996cc957ca3e255b4bc52e8e0816a2ecc3dd8712b47bd5588fa2020cf83007ed
7
- data.tar.gz: 59aec8327d3933623daaca778cbaad77b192a721dc103d1ef364e353ff891b73515d7a93361763f32646f359404bf555766e01bc0f0b0a6c629287d8bca9bb39
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.20140527155436
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 7199f034c15930a3a733e526e12fa93df7f9d4fb
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