[ARVADOS] updated: 214ad0d556ff3e0a7d6cef45cd8e84917994dab6

git at public.curoverse.com git at public.curoverse.com
Tue Jun 2 22:19:27 EDT 2015


Summary of changes:
 doc/_includes/_arv_run_redirection.liquid          |   2 +
 doc/_includes/_ssh_addkey.liquid                   |  10 +-
 doc/_includes/_tutorial_cluster_name.liquid        |   3 +
 doc/user/topics/arv-run.html.textile.liquid        |   6 +
 ...nning-pipeline-command-line.html.textile.liquid |   4 +-
 .../tutorials/tutorial-keep.html.textile.liquid    |   5 +-
 sdk/cli/bin/crunch-job                             | 204 ++++++++++++++-------
 sdk/python/arvados/arvfile.py                      |  10 +-
 sdk/python/tests/test_arvfile.py                   |  19 +-
 services/api/app/models/node.rb                    |  86 +++++----
 services/api/config/application.default.yml        |  25 ++-
 services/api/db/structure.sql                      |   2 -
 services/api/test/unit/node_test.rb                |  49 +++++
 13 files changed, 303 insertions(+), 122 deletions(-)
 create mode 100644 doc/_includes/_tutorial_cluster_name.liquid

       via  214ad0d556ff3e0a7d6cef45cd8e84917994dab6 (commit)
       via  b5da9565dd4f27394a65ed321f15ee1c3f8ec2e3 (commit)
       via  78ddad37d72c6c3a728530dc6932fb91f7d81b87 (commit)
       via  7ca020894d276edf9098132f4757cdd46b6b1441 (commit)
       via  4b3b3064b87a07b2ba8035dd5c8f3660dd3b2a67 (commit)
       via  7a0a91fa4e59e1712611c5d52953898417b50038 (commit)
       via  a0ee198f06282e0e5fb6325bb4de852d08546eaf (commit)
       via  baac22ee9ae8f27a10df875e5f1e17b1b6cd51c8 (commit)
       via  c766dd2394de3480be2047f4c073e5802a001d07 (commit)
       via  f645742ae8131314f8d5cbd70f10504fc5fd1101 (commit)
       via  52e32bbee4cb43cc42aca47c927643f7662da266 (commit)
       via  469356d1a60754381e33736ac4f80e1a1e593a7f (commit)
       via  121625abcf70672531b35dc4092a4597d8eca4be (commit)
       via  76e42f169c6e278c1d8cefe9fb7c03cc70892bac (commit)
       via  c6fe632f972e4610ff7f35f83a5d7dcd2d6e7ecb (commit)
       via  178d3f36265e0e9e9cc0bb6ac8c7c47a9c701687 (commit)
       via  299c01cb4d4a96a94ece77db417ceb7af8e9ba69 (commit)
       via  9413eb733015601af699f2027d9a7a5bad3f3dea (commit)
       via  b25916b93d720f80b5bdf16f018d83c13c6c3001 (commit)
       via  1ec1d552c77e18e2912e400ae395ca00f4e51c3c (commit)
       via  1e0d770315a7b01c316b6a4c314bff58856bfe02 (commit)
       via  5e0dd2c6b8f080c81ff6077e629f5ec9f377802f (commit)
       via  7a53d874994a5a9af273cee1329d9635b7e03edb (commit)
       via  1b5c30eb957594e00a09df745df7630f661e3807 (commit)
       via  6b0931644aa30ad9d271ea06c8fa413696c562c0 (commit)
      from  fa9fc5ab6440415542badc8bee0b144d698ec5cc (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 214ad0d556ff3e0a7d6cef45cd8e84917994dab6
Author: radhika <radhika at curoverse.com>
Date:   Tue Jun 2 22:17:30 2015 -0400

    6093: delete the redundant details in "alternate way to add ssh keys" section.

diff --git a/doc/_includes/_ssh_addkey.liquid b/doc/_includes/_ssh_addkey.liquid
index 614cd9e..e106ed8 100644
--- a/doc/_includes/_ssh_addkey.liquid
+++ b/doc/_includes/_ssh_addkey.liquid
@@ -12,15 +12,7 @@ Paste your public key into the text area labeled *Public Key*, and click on the
 
 h3. Alternate way to add SSH keys
 
-Click on the dropdown menu icon <span class="fa fa-lg fa-user"></span> <span class="caret"></span> in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Manage account* to go to the account management page.
-
-On the *Manage account* page, click on the button <span class="btn btn-primary">*+* Add new SSH key</span> button in the upper right corner of the page in the SSH Keys panel.
-
-This will open a popup as shown in this screenshot:
-
-!{{ site.baseurl }}/images/ssh-adding-public-key.png!
-
-Paste the public key that you copied to the cliboard in the previous section into the popup text box labeled *Public Key* and click on the <span class="btn btn-primary">Submit</span> button to save it. This should refresh the Manage account page with the fingerprint of the public key that you just added in the SSH Keys panel.  You are now ready to "log into an Arvados VM":#login.
+Click on the dropdown menu icon <span class="fa fa-lg fa-user"></span> <span class="caret"></span> in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Manage account* to go to the account management page and follow the instructions in the above section.
 
 h1(#login). Using SSH to log into an Arvados VM
 

commit b5da9565dd4f27394a65ed321f15ee1c3f8ec2e3
Merge: a0ee198 78ddad3
Author: radhika <radhika at curoverse.com>
Date:   Tue Jun 2 22:08:42 2015 -0400

    Merge branch 'master' into 6093-refresh-docs


commit a0ee198f06282e0e5fb6325bb4de852d08546eaf
Merge: fa9fc5a 469356d
Author: radhika <radhika at curoverse.com>
Date:   Tue Jun 2 15:39:41 2015 -0400

    Merge branch 'master' into 6093-refresh-docs


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list