[ARVADOS] updated: 98d7f56eb8b518444c732b53f18b0390a40dc224

git at public.curoverse.com git at public.curoverse.com
Wed Oct 21 12:24:05 EDT 2015


Summary of changes:
 apps/workbench/Gemfile.lock                        |  15 +-
 .../_getting_started_popup.html.erb                |   2 +-
 doc/_includes/_run_command_simple_example.liquid   |  15 +-
 doc/_includes/_ssh_addkey.liquid                   |   2 +-
 .../_tutorial_bwa_sortsam_pipeline.liquid          |   2 +-
 doc/index.html.liquid                              |   2 +-
 doc/install/install-sso.html.textile.liquid        |   3 +-
 .../ssh-access-unix.html.textile.liquid            |   2 +-
 .../ssh-access-windows.html.textile.liquid         |   6 +-
 .../vm-login-with-webshell.html.textile.liquid     |   2 +-
 doc/user/index.html.textile.liquid                 |   4 +-
 ...tutorial-pipeline-workbench.html.textile.liquid |   6 +-
 sdk/python/arvados/keep.py                         |  33 +++-
 sdk/python/tests/nginx.conf                        |   2 +-
 sdk/python/tests/run_test_server.py                |  21 ++-
 sdk/python/tests/test_keep_client.py               | 201 ++++++++++++++-------
 .../arvnodeman/computenode/dispatch/slurm.py       |  14 +-
 .../tests/test_computenode_dispatch_slurm.py       |   9 +
 tools/keep-rsync/keep-rsync.go                     |   4 +-
 19 files changed, 234 insertions(+), 111 deletions(-)

       via  98d7f56eb8b518444c732b53f18b0390a40dc224 (commit)
       via  f0ea4324260fb4dc6df693d9548285bb64b3b69f (commit)
       via  689f463bbd231fba8e32b6d46a963d0dacf0e509 (commit)
       via  78068d0f47e28b8caae3a16fb5a5a5c4037a287b (commit)
       via  b23dbeaa9a3900e6a5fe6ed2df53d191317f31ec (commit)
       via  38625a4ac1665055951265c1373a0e38a36a125d (commit)
       via  3da10f0c0f5a0c0c91d49436a5995c890b03d228 (commit)
       via  6b1b4d80445f0e03f89c46a167bebefe7bcf97c0 (commit)
       via  329da35b297dc38f3f32198ed1c7e09bbace7c0e (commit)
       via  d379c467be58c66b2f1e7acafc97634b269a1542 (commit)
       via  6de9152319167bb32602501e02e18a89e333336d (commit)
       via  680d70e6df8e6bf30309b908eaacdf6476d37dc2 (commit)
       via  6761445a08454ab023dd0c9603b36d61577ea9d5 (commit)
       via  9385f4e8b60658460d47a1051ef0e8b3be342cba (commit)
       via  f2691496d53aa6367d4b777b67881b05b50ed85f (commit)
       via  25af384efacda9f3c552eebfee42e14b785e9a16 (commit)
       via  c31abb2aa1a1e4493ee1f3ed2d63163cf7b4cafb (commit)
       via  0f74b22fb1b64f983debb78d7946eb26728fcc52 (commit)
       via  eb220f290840b6b28e1979972a3a672dbf17b117 (commit)
       via  e0f940ec72a9ed000185196f8d01419302b3cb59 (commit)
       via  716d6859bda672865c1266818bbc9814cfa9e64e (commit)
       via  d26a444780cafcc06d20d42cef114f608e0e114d (commit)
       via  7cc39786e4951c102a9d10052096db8b953d9e66 (commit)
       via  43e2110902218494d1f0d69936bdb98456557248 (commit)
       via  88be56a262ab073e6aa96bdf6f80464731562a33 (commit)
       via  1e74db260a84317d58969b9b530d0d87a325da9c (commit)
       via  89b0d40ef05354a2b298a96ec3fc7a879f7f5328 (commit)
      from  a9e08c498ac8126026d1226f34913f87c8e590a0 (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 98d7f56eb8b518444c732b53f18b0390a40dc224
Author: radhika <radhika at curoverse.com>
Date:   Wed Oct 21 12:23:09 2015 -0400

    7167: expand the src and dst help messages to list the config parameters that are to be included in the config files.

diff --git a/tools/keep-rsync/keep-rsync.go b/tools/keep-rsync/keep-rsync.go
index 7cd795e..820772e 100644
--- a/tools/keep-rsync/keep-rsync.go
+++ b/tools/keep-rsync/keep-rsync.go
@@ -30,12 +30,12 @@ func doMain() error {
 	srcConfigFile := flags.String(
 		"src",
 		"",
-		"Source configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf")
+		"Source configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf file. This file is expected to specify the values for ARVADOS_API_TOKEN, ARVADOS_API_HOST, ARVADOS_API_HOST_INSECURE, and ARVADOS_BLOB_SIGNING_KEY for the source.")
 
 	dstConfigFile := flags.String(
 		"dst",
 		"",
-		"Destination configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf")
+		"Destination configuration filename. May be either a pathname to a config file, or (for example) 'foo' as shorthand for $HOME/.config/arvados/foo.conf file. This file is expected to specify the values for ARVADOS_API_TOKEN, ARVADOS_API_HOST, and ARVADOS_API_HOST_INSECURE for the destination.")
 
 	srcKeepServicesJSON := flags.String(
 		"src-keep-services-json",

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list