arvados-cli 0.1.20150529180401 → 0.1.20150530020106
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 +6 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b3e64d8005f4637858cda67b6523494fe599bd9
|
4
|
+
data.tar.gz: a84f4cb466f5bd6efe8e6cdd6cd383957cfa38ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cc34268e017d6458a7563ae246d136c1017aeae337f7fe890feeaabdaa7bc48dae5781388ac3dfdc4fa847b749c3a62c9f8df5c4979cfe0cb63a87e7adcd6f8
|
7
|
+
data.tar.gz: c936f24c11dff77a9882c435eb45a1f4a0d57b381ed939c0ca8a49ac83fd79d529dd031b5a307bf25d67f4574217f08bb9fdb97ef932c8e2e054ccdb1eea97d7
|
data/bin/crunch-job
CHANGED
@@ -2087,7 +2087,12 @@ do {
|
|
2087
2087
|
# Ignore SIGPIPE: we check retval of close() instead. See perlipc(1).
|
2088
2088
|
local $SIG{PIPE} = "IGNORE";
|
2089
2089
|
warn "Extracting archive: $archive_hash\n";
|
2090
|
-
|
2090
|
+
# --ignore-zeros is necessary sometimes: depending on how much NUL
|
2091
|
+
# padding tar -A put on our combined archive (which in turn depends
|
2092
|
+
# on the length of the component archives) tar without
|
2093
|
+
# --ignore-zeros will exit before consuming stdin and cause close()
|
2094
|
+
# to fail on the resulting SIGPIPE.
|
2095
|
+
if (!open(TARX, "|-", "tar", "--ignore-zeros", "-xC", $destdir)) {
|
2091
2096
|
die "Error launching 'tar -xC $destdir': $!";
|
2092
2097
|
}
|
2093
2098
|
# If we send too much data to tar in one write (> 4-5 MiB), it stops, and we
|
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.
|
4
|
+
version: 0.1.20150530020106
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: arvados
|
@@ -178,7 +178,7 @@ dependencies:
|
|
178
178
|
- - "<"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 1.0.0
|
181
|
-
description: Arvados command line tools, git commit
|
181
|
+
description: Arvados command line tools, git commit 178d3f36265e0e9e9cc0bb6ac8c7c47a9c701687
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|