arvados-cli 0.1.20140828135824 → 0.1.20140828144203
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/crunch-job +3 -2
- 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: 88d8148f0e86faaf5b5d2bf467bfa7b5d1e34d83
|
4
|
+
data.tar.gz: a9d5a7059b5bf7942efbb896f805e39070e8911f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a39c4c4ac8605e6121f6675a2a20d5313d9dae5f4f5b79b9b192b1b545c77b8efdde5f055f687c1bef9248e1cf04caf29ed57cb9f06f08b633950c53f65b82c6
|
7
|
+
data.tar.gz: 299047af08814049379dd2d1ed8dfd0f8415aaa1dee45fb6ec1ff71ac3075971a1a1529d8530f24d89c72b3f8bf192e73ec5156345539d94644b324c65e54871
|
data/bin/crunch-job
CHANGED
@@ -860,7 +860,8 @@ else {
|
|
860
860
|
my $output = $arv->{'collections'}->{'create'}->execute('collection' => {
|
861
861
|
'manifest_text' => $orig_manifest_text,
|
862
862
|
});
|
863
|
-
Log(undef, "output " . $output->{
|
863
|
+
Log(undef, "output uuid " . $output->{uuid});
|
864
|
+
Log(undef, "output hash " . $output->{portable_data_hash});
|
864
865
|
$Job->update_attributes('output' => $output->{portable_data_hash}) if $job_has_uuid;
|
865
866
|
};
|
866
867
|
if ($@) {
|
@@ -1335,7 +1336,7 @@ sub save_meta
|
|
1335
1336
|
return if $justcheckpoint; # checkpointing is not relevant post-Warehouse.pm
|
1336
1337
|
|
1337
1338
|
$local_logfile->flush;
|
1338
|
-
my $cmd = "arv-put --filename ''\Q$keep_logfile\E "
|
1339
|
+
my $cmd = "arv-put --portable-data-hash --filename ''\Q$keep_logfile\E "
|
1339
1340
|
. quotemeta($local_logfile->filename);
|
1340
1341
|
my $loglocator = `$cmd`;
|
1341
1342
|
die "system $cmd failed: $?" if $?;
|
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.20140828144203
|
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 4fc443bfedf165307795e2b9e6c022008b5d7639
|
170
170
|
email: gem-dev@curoverse.com
|
171
171
|
executables:
|
172
172
|
- arv
|