[ARVADOS] updated: df8d16f045c8ed9d5fa7de35c05ab4d4fe234853

Git user git at public.curoverse.com
Thu Jun 9 11:03:52 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  df8d16f045c8ed9d5fa7de35c05ab4d4fe234853 (commit)
      from  f26a9f47e2cf99f8ca83d5d0e724318cce3cf5e4 (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 df8d16f045c8ed9d5fa7de35c05ab4d4fe234853
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Jun 9 11:02:55 2016 -0400

    Fixup python2-llfuse exclusion.
    
    This should make it easier to do system upgrades.

diff --git a/doc/install/install-compute-node.html.textile.liquid b/doc/install/install-compute-node.html.textile.liquid
index 7270f69..f55bceb 100644
--- a/doc/install/install-compute-node.html.textile.liquid
+++ b/doc/install/install-compute-node.html.textile.liquid
@@ -20,8 +20,8 @@ On CentOS 6 and RHEL 6:
 On other Red Hat-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install perl python-virtualenv fuse python-arvados-python-client crunchrunner crunchstat arvados-docker-cleaner iptables ca-certificates</span>
-~$ <span class="userinput">sudo yum install --disablerepo=epel python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
+~$ <span class="userinput">sudo yum install perl python-virtualenv fuse python-arvados-python-client python-arvados-fuse crunchrunner crunchstat arvados-docker-cleaner iptables ca-certificates</span>
 </code></pre>
 </notextile>
 
diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid
index 3c33eb7..3a726e3 100644
--- a/doc/install/install-shell-server.html.textile.liquid
+++ b/doc/install/install-shell-server.html.textile.liquid
@@ -55,8 +55,8 @@ On CentOS 6 and RHEL 6:
 On other Red Hat-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install python-arvados-python-client crunchrunner</span>
-~$ <span class="userinput">sudo yum install --disablerepo=epel python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
+~$ <span class="userinput">sudo yum install python-arvados-python-client python-arvados-fuse crunchrunner</span>
 </code></pre>
 </notextile>
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list