[ARVADOS] updated: f34bf1aadbc6c940150518c8c4db38f7fed17282

git at public.curoverse.com git at public.curoverse.com
Tue Nov 11 20:35:38 EST 2014


Summary of changes:
 .../views/users/_manage_virtual_machines.html.erb  |  2 +
 doc/sdk/cli/subcommands.html.textile.liquid        |  6 +-
 sdk/python/arvados/collection.py                   |  2 -
 sdk/python/arvados/keep.py                         | 78 ++++++++++++------
 sdk/python/arvados/retry.py                        | 10 +--
 sdk/python/arvados/stream.py                       |  2 -
 sdk/python/setup.py                                |  1 +
 sdk/python/tests/arvados_testutil.py               | 26 ++++++
 sdk/python/tests/test_collections.py               | 12 +--
 sdk/python/tests/test_keep_client.py               | 92 ++++++++++++++++++----
 sdk/python/tests/test_retry.py                     |  4 +-
 sdk/python/tests/test_stream.py                    | 14 ++--
 services/nodemanager/arvnodeman/config.py          |  3 +-
 services/nodemanager/arvnodeman/daemon.py          |  6 +-
 services/nodemanager/arvnodeman/jobqueue.py        | 10 ++-
 services/nodemanager/arvnodeman/launcher.py        |  8 +-
 services/nodemanager/doc/ec2.example.cfg           |  4 +
 services/nodemanager/doc/local.example.cfg         |  1 +
 services/nodemanager/tests/test_daemon.py          | 13 ++-
 services/nodemanager/tests/test_jobqueue.py        | 18 +++++
 20 files changed, 237 insertions(+), 75 deletions(-)

       via  f34bf1aadbc6c940150518c8c4db38f7fed17282 (commit)
       via  0dbc7a3469f687d1a4cef776a57e71e96561ad0d (commit)
       via  f4ceb0aab5df85254bf8828a74dddbac1cf169d2 (commit)
       via  e82cddfdbd763db27df889a6e316623df7b9c2a8 (commit)
       via  ec75fda0fc2c86a77d831dcd7962ece7a2d6ae6d (commit)
       via  d9d7af20beb9f9a09eb755e98d5e25f1a6e3e0e7 (commit)
       via  7e8b0267597a52063395d3c258d4d4772d2e2240 (commit)
       via  ca136c579fc014b6428c18cc3a74a45550539543 (commit)
       via  a98086e04213ac68394e392761a2911b0e8a000c (commit)
       via  69594694568da1abc2bd8e46134da81ec1f2a7c8 (commit)
       via  3ee90fd536fbfc9d8d91d5fac7c12d0ebe0df5ab (commit)
       via  1fa1006e5b21cfc30e694890db969c20864af8c6 (commit)
       via  3993ba462c113090bc2db79db30838c017a5aa3b (commit)
      from  204419e149d2b6b19b3bc2965e1c524b7abd5881 (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 f34bf1aadbc6c940150518c8c4db38f7fed17282
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Nov 11 20:35:08 2014 -0500

    Remove trailing whitespace.
    
    refs #4486

diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid
index 201eb24..07be3cf 100644
--- a/doc/sdk/cli/subcommands.html.textile.liquid
+++ b/doc/sdk/cli/subcommands.html.textile.liquid
@@ -10,8 +10,8 @@ The @arv@ CLI tool provides access to a number of subcommands which are describe
 
 h3(#arv-create). arv create
 
- at arv create@ can be used to create Arvados objects from the command line. Arv create opens up the editor of your choice (set the EDITOR environment variable) and allows you to type or paste a json or yaml description. When saved the object will be created on the API server, if it passes validation. 
- 
+ at arv create@ can be used to create Arvados objects from the command line. Arv create opens up the editor of your choice (set the EDITOR environment variable) and allows you to type or paste a json or yaml description. When saved the object will be created on the API server, if it passes validation.
+
 <notextile>
 <pre>
 $ <code class="userinput">arv create --help</code>
@@ -31,7 +31,7 @@ $ <code class="userinput">arv edit --help</code>
 Arvados command line client
 Usage: arv edit [uuid] [fields...]
 
-Fetch the specified Arvados object, select the specified fields, 
+Fetch the specified Arvados object, select the specified fields,
 open an interactive text editor on a text representation (json or
 yaml, use --format) and then update the object.  Will use 'nano'
 by default, customize with the EDITOR or VISUAL environment variable.

commit 0dbc7a3469f687d1a4cef776a57e71e96561ad0d
Merge: 204419e f4ceb0a
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Nov 11 20:34:04 2014 -0500

    Merge branch 'master' into 4486-document-arv
    
    refs #4486


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list