[ARVADOS] updated: 3cbdb14acde0092ae4f33e41a4bf10c6a1fce052
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 30 10:18:34 EDT 2015
Summary of changes:
doc/sdk/cli/subcommands.html.textile.liquid | 2 +-
sdk/cli/bin/arv | 5 +----
2 files changed, 2 insertions(+), 5 deletions(-)
via 3cbdb14acde0092ae4f33e41a4bf10c6a1fce052 (commit)
from 01fbbc4a21320cb479f71ffa33c422240666a7b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3cbdb14acde0092ae4f33e41a4bf10c6a1fce052
Author: Brett Smith <brett at curoverse.com>
Date: Wed Sep 30 10:18:18 2015 -0400
7207: Remove `arv keep check` and `arv keep less`.
The implementations are no longer maintained and these are stale
references. Closes #7207.
diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid
index 018213c..aa7af94 100644
--- a/doc/sdk/cli/subcommands.html.textile.liquid
+++ b/doc/sdk/cli/subcommands.html.textile.liquid
@@ -157,7 +157,7 @@ $ <code class="userinput">arv keep --help</code>
Usage: arv keep [method] [--parameters]
Use 'arv keep [method] --help' to get more information about specific methods.
-Available methods: ls, get, put, less, check, docker
+Available methods: ls, get, put, docker
</pre>
</notextile>
diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv
index b757855..2bd7f4e 100755
--- a/sdk/cli/bin/arv
+++ b/sdk/cli/bin/arv
@@ -100,15 +100,12 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
if ['get', 'put', 'ls', 'normalize'].index @sub then
# Native Arvados
exec `which arv-#{@sub}`.strip, *remaining_opts
- elsif ['less', 'check'].index @sub then
- # wh* shims
- exec `which wh#{@sub}`.strip, *remaining_opts
elsif @sub == 'docker'
exec `which arv-keepdocker`.strip, *remaining_opts
else
puts "Usage: arv keep [method] [--parameters]\n"
puts "Use 'arv keep [method] --help' to get more information about specific methods.\n\n"
- puts "Available methods: ls, get, put, less, check, docker"
+ puts "Available methods: ls, get, put, docker"
end
abort
when 'pipeline'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list