[ARVADOS] updated: 2.1.0-1488-ge3df40f20
Git user
git at public.arvados.org
Sun Oct 10 00:30:06 UTC 2021
Summary of changes:
sdk/cli/bin/arv | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via e3df40f20870d2403d409f7726096edc2be31635 (commit)
from 876b9e64d1364770486552060222f5f6b1b5e2ea (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 e3df40f20870d2403d409f7726096edc2be31635
Author: Ward Vandewege <ward at curii.com>
Date: Sat Oct 9 20:29:24 2021 -0400
Remove long dead `run` and `pipeline` subcommands from the `arv`
executable.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv
index c9809fad6..9d4a60937 100755
--- a/sdk/cli/bin/arv
+++ b/sdk/cli/bin/arv
@@ -98,7 +98,7 @@ def init_config
end
-subcommands = %w(copy create edit get keep pipeline run tag ws)
+subcommands = %w(copy create edit get keep tag ws)
def exec_bin bin, opts
bin_path = `which #{bin.shellescape}`.strip
@@ -116,7 +116,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
arv_edit client, arvados, global_opts, remaining_opts
when 'get'
arv_get client, arvados, global_opts, remaining_opts
- when 'copy', 'tag', 'ws', 'run'
+ when 'copy', 'tag', 'ws'
exec_bin "arv-#{subcommand}", remaining_opts
when 'keep'
@sub = remaining_opts.shift
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list