arvados-cli 0.1.20170406191743 → 0.1.20170417140106
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 +4 -4
- 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: 94b51ed9210ca75d46584df71175e8b19fdce025
|
4
|
+
data.tar.gz: f53e2c29524f9564a04f9807c33bb7b0d4162749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbfdf8034452f4bcf9914285c2c92823c2899a66deb486fe9822c4fce5f86583bfd5e4732cdc7d2d209a1d65114a7903cde387186eabdddf340b6f5af2879e77
|
7
|
+
data.tar.gz: 6dc4b8141630ef3373a04dec09f65a126a4e8ed63041f20ff75ff689ff6f2d36afc8370de6ce3da031d60acb4c4f02ef9a1db0cb4ce928de8e92ea9f9bf06cc3
|
data/bin/crunch-job
CHANGED
@@ -393,12 +393,12 @@ if (!defined $no_clear_tmp) {
|
|
393
393
|
# Find FUSE mounts under $CRUNCH_TMP and unmount them. Then clean
|
394
394
|
# up work directories crunch_tmp/work, crunch_tmp/opt,
|
395
395
|
# crunch_tmp/src*.
|
396
|
-
#
|
397
|
-
# TODO: When #5036 is done and widely deployed, we can limit mount's
|
398
|
-
# -t option to simply fuse.keep.
|
399
396
|
my ($exited, $stdout, $stderr) = srun_sync(
|
400
397
|
["srun", "--nodelist=$nodelist", "-D", $ENV{'TMPDIR'}],
|
401
|
-
['bash', '-ec',
|
398
|
+
['bash', '-ec', q{
|
399
|
+
arv-mount --unmount-timeout 10 --unmount-all ${CRUNCH_TMP}
|
400
|
+
rm -rf ${JOB_WORK} ${CRUNCH_INSTALL} ${CRUNCH_TMP}/task ${CRUNCH_TMP}/src* ${CRUNCH_TMP}/*.cid
|
401
|
+
}],
|
402
402
|
{label => "clean work dirs"});
|
403
403
|
if ($exited != 0) {
|
404
404
|
exit(EX_RETRY_UNLOCKED);
|
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.20170417140106
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: arvados
|
@@ -164,7 +164,7 @@ dependencies:
|
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0.8'
|
167
|
-
description: Arvados command line tools, git commit
|
167
|
+
description: Arvados command line tools, git commit fc2eaa20275146369e451da6cf14f4461c68117c
|
168
168
|
email: gem-dev@curoverse.com
|
169
169
|
executables:
|
170
170
|
- arv
|