arvados-cli 0.1.20140211100007 → 0.1.20140215154334

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66f425415c3d00127e78497ce9be9e4f6b3b4aee
4
- data.tar.gz: bfaa6ef386714520a2d6bc6719d249f411c88375
3
+ metadata.gz: 391038c5de2ab250043d4b82b29ac5e3e9bcf138
4
+ data.tar.gz: d4ac0aa8f91525dc4960b399cbf64e9db8c52fd9
5
5
  SHA512:
6
- metadata.gz: dd75a3c27b8eb8da9a98dcc03c041aba6a09c5c6064139f22bed015f4174ddc672df2d1d61dcc81044d635eadadeb77b9e78db93c7bce4549f83190ae300cba0
7
- data.tar.gz: 08a50bd4953c45b1cb7cf7363bc01aebc769b6b3b6aeb8d885dcbf0d6c00f459a81fe288d9ad998aa13221c2ed8ae05e7d74c1cbf6686badb3fd4c17eb88b7cb
6
+ metadata.gz: 4dab2bb7e875a0689b37f551bd0eba17ad17180790e3dc817eec833e1cc69795545598b9cab23a5c1007fd6f4e489b9f71955e4ed1bb74ce3575a6db317a6b61
7
+ data.tar.gz: 3ec47d0024aeaf93ab631c3bdfd7dcd1052014223021b23623f4a110ed23d689103877dcd5fe682aaa28f8ddd99075582902ca428cea291ee0e083ed38a49792
@@ -131,6 +131,7 @@ end
131
131
  # this program, that is, not the pipeline component parameters).
132
132
 
133
133
  p = Trollop::Parser.new do
134
+ version __FILE__
134
135
  opt(:dry_run,
135
136
  "Do not start any new jobs or wait for existing jobs to finish. Just find out whether jobs are finished, queued, or running for each component.",
136
137
  :type => :boolean,
@@ -447,7 +448,7 @@ class WhRunPipelineInstance
447
448
  if candidate_job[:success]
448
449
  unless @options[:no_reuse_finished]
449
450
  job = candidate_job
450
- debuglog "component #{cname} satisfied by job #{job[:uuid]} version #{job[:script_version]}"
451
+ $stderr.puts "using #{job[:uuid]} (finished at #{job[:finished_at]}) for component #{cname}"
451
452
  c[:job] = job
452
453
  end
453
454
  else
@@ -457,7 +458,7 @@ class WhRunPipelineInstance
457
458
  end
458
459
  if not c[:job] and second_place_job
459
460
  job = second_place_job
460
- debuglog "component #{cname} satisfied by job #{job[:uuid]} version #{job[:script_version]}"
461
+ $stderr.puts "using #{job[:uuid]} (running since #{job[:started_at]}) for component #{cname}"
461
462
  c[:job] = job
462
463
  end
463
464
  if not c[:job]
@@ -543,6 +544,7 @@ class WhRunPipelineInstance
543
544
 
544
545
  if @options[:status_text] != '/dev/null'
545
546
  File.open(@options[:status_text], 'w') do |f|
547
+ f.puts ""
546
548
  f.puts "#{Time.now} -- pipeline_instance #{@instance[:uuid]}"
547
549
  namewidth = @components.collect { |cname, c| cname.size }.max
548
550
  @components.each do |cname, c|
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.20140211100007
4
+ version: 0.1.20140215154334
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-02-11 00:00:00.000000000 Z
11
+ date: 2014-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client
@@ -132,7 +132,7 @@ dependencies:
132
132
  - - ~>
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0.8'
135
- description: This is the Arvados SDK CLI gem, git revision 67b16f2fd5de0a5cb8078f73abb844d4b04974d6
135
+ description: This is the Arvados SDK CLI gem, git revision b60db85375812f6cedfdb4e153de4ed5735f4854
136
136
  email: gem-dev@curoverse.com
137
137
  executables:
138
138
  - arv
@@ -143,8 +143,8 @@ extensions: []
143
143
  extra_rdoc_files: []
144
144
  files:
145
145
  - bin/arv
146
- - bin/arv-run-pipeline-instance
147
146
  - bin/arv-crunch-job
147
+ - bin/arv-run-pipeline-instance
148
148
  - bin/arv-tag
149
149
  - bin/crunch-job
150
150
  homepage: http://arvados.org
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  version: '0'
168
168
  requirements: []
169
169
  rubyforge_project:
170
- rubygems_version: 2.0.3
170
+ rubygems_version: 2.2.1
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: Arvados SDK CLI