arvados-cli 0.1.20140709111837 → 0.1.20140709133108

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: 3c45f065ccb885d79709f4309fd064a17f793d17
4
- data.tar.gz: aa656074063723ee82882d51d37e5092aaad7c84
3
+ metadata.gz: a5bf53ab68cd05cef33a6c805cb430e30856582e
4
+ data.tar.gz: 3dcc4b906d7583bd431a3614939e2563b963da45
5
5
  SHA512:
6
- metadata.gz: 3785859c311fe1bd8a22da9c6269324674b13ffde3dc84f0fce22df28fd3f0bb2f958aa499aa656d48f628ed99ae002b33b4a121f4061f0aed21a65acac43d69
7
- data.tar.gz: 83c4a49e285f4a8f0effc8ae60b683e293340782411aa3fd4564082d6b09674765ab9e5fd5f9d8721d8fa48d18bdc6ee87335ecc561c7f177e7127605aaf04ff
6
+ metadata.gz: 05c3adc85567e489f86f54034e61082a719ad579bc07310eeeb5db95cd2aa0b26fdf35f4371818b531a1024a768d1a323b7944cd0b4aa1c0e0b2a8df75db8776
7
+ data.tar.gz: eb1345261b56e9e4aa351e31258ab451824edb7a49c0548d86f5f526218db05359caa2967602055647c79f0e71d3e632223f68e0324c21f1c97fabae6e5ae0b0
@@ -252,7 +252,7 @@ class PipelineInstance
252
252
  })
253
253
  j = JSON.parse result.body, :symbolize_names => true
254
254
  unless j.is_a? Hash and j[:uuid]
255
- abort "Failed to create pipeline_instance: #{j[:errors] rescue nil} #{j.inspect}"
255
+ abort "\n#{Time.now} -- pipeline_template #{@template[:uuid]}\nFailed to create pipeline_instance: #{j[:errors] rescue nil} #{j.inspect}"
256
256
  end
257
257
  debuglog "Created pipeline instance: #{j[:uuid]}"
258
258
  self.new(j)
@@ -418,7 +418,7 @@ class WhRunPipelineInstance
418
418
  param = params_args.shift.sub /^--/, ''
419
419
  params[param] = params_args.shift
420
420
  else
421
- abort "Syntax error: I do not know what to do with arg \"#{params_args[0]}\""
421
+ abort "\n#{Time.now} -- pipeline_template #{@template[:uuid]}\nSyntax error: I do not know what to do with arg \"#{params_args[0]}\""
422
422
  end
423
423
  end
424
424
 
@@ -447,7 +447,7 @@ class WhRunPipelineInstance
447
447
  end
448
448
  end
449
449
  if !errors.empty?
450
- abort "Errors:\n#{errors.collect { |c,p,e| "#{c}::#{p} - #{e}\n" }.join ""}"
450
+ abort "\n#{Time.now} -- pipeline_template #{@template[:uuid]}\nErrors:\n#{errors.collect { |c,p,e| "#{c}::#{p} - #{e}\n" }.join ""}"
451
451
  end
452
452
  debuglog "options=" + @options.pretty_inspect
453
453
  self
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.20140709111837
4
+ version: 0.1.20140709133108
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
@@ -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 463238074dadc8dd507224e848fe4d1432136d84
169
+ description: This is the Arvados SDK CLI gem, git revision 5a068be79fad0efa8060001673a86632a594c040
170
170
  email: gem-dev@curoverse.com
171
171
  executables:
172
172
  - arv