[ARVADOS] updated: eebcb5e6a6cb98562212f30841a0411872ac3e89
Git user
git at public.curoverse.com
Mon Apr 25 17:16:13 EDT 2016
Summary of changes:
doc/install/install-compute-node.html.textile.liquid | 4 ++--
doc/install/install-shell-server.html.textile.liquid | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
via eebcb5e6a6cb98562212f30841a0411872ac3e89 (commit)
via 6279c22bd0e85db1bdb21ad9d95ae8816ac87a5a (commit)
via da6f122ed9c8ff0e79c7b3969c4f0960039b9bc7 (commit)
from d021d4a0549210dd513d4d28735ad81db85cafbf (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 eebcb5e6a6cb98562212f30841a0411872ac3e89
Merge: d021d4a 6279c22
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Apr 25 17:15:43 2016 -0400
Merge branch '8831-crunchrunner-doc'
closes #8831
commit 6279c22bd0e85db1bdb21ad9d95ae8816ac87a5a
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Apr 25 17:15:08 2016 -0400
8831: Add crunchrunner to shell node dependencies.
diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid
index dd5995f..3d3f4b4 100644
--- a/doc/install/install-shell-server.html.textile.liquid
+++ b/doc/install/install-shell-server.html.textile.liquid
@@ -47,14 +47,14 @@ h2. Install the Python SDK and utilities
On Debian-based systems:
<notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client python-arvados-fuse crunchrunner</span>
</code></pre>
</notextile>
On Red Hat-based systems:
<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner</span>
</code></pre>
</notextile>
commit da6f122ed9c8ff0e79c7b3969c4f0960039b9bc7
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Apr 18 17:41:50 2016 -0400
8831: Add crunchrunner to compute node dependencies.
diff --git a/doc/install/install-compute-node.html.textile.liquid b/doc/install/install-compute-node.html.textile.liquid
index 9a64ac7..a2e3e01 100644
--- a/doc/install/install-compute-node.html.textile.liquid
+++ b/doc/install/install-compute-node.html.textile.liquid
@@ -13,14 +13,14 @@ First, "add the appropriate package repository for your distribution":{{ site.ba
On Debian-based systems:
<notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install perl python-virtualenv fuse python-arvados-python-client python-arvados-fuse crunchstat arvados-docker-cleaner iptables ca-certificates</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install perl python-virtualenv fuse python-arvados-python-client python-arvados-fuse crunchrunner crunchstat arvados-docker-cleaner iptables ca-certificates</span>
</code></pre>
</notextile>
On Red Hat-based systems:
<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install perl python27-python-virtualenv fuse python27-python-arvados-python-client python27-python-arvados-fuse crunchstat arvados-docker-cleaner iptables ca-certificates</span>
+<pre><code>~$ <span class="userinput">sudo yum install perl python27-python-virtualenv fuse python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner crunchstat arvados-docker-cleaner iptables ca-certificates</span>
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list