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 +4 -4
- data/bin/arv-run-pipeline-instance +3 -3
- 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: a5bf53ab68cd05cef33a6c805cb430e30856582e
|
4
|
+
data.tar.gz: 3dcc4b906d7583bd431a3614939e2563b963da45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 "
|
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 "
|
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 "
|
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.
|
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
|
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
|