[ARVADOS] updated: cd6710e95ebc3f19a628b7ff2e0d98008f3bc93f

git at public.curoverse.com git at public.curoverse.com
Thu Jul 16 16:17:48 EDT 2015


Summary of changes:
 doc/install/install-manual-prerequisites.html.textile.liquid | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

       via  cd6710e95ebc3f19a628b7ff2e0d98008f3bc93f (commit)
      from  3267722e638b956a26e985158d1c8fb80dee8771 (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 cd6710e95ebc3f19a628b7ff2e0d98008f3bc93f
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jul 16 16:17:44 2015 -0400

    6438: Back out dependency on lsb_release command.

diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index 13b875d..96d3082 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -48,12 +48,12 @@ First, register the Curoverse signing key in apt's database:
 
 {% include 'install_debian_key' %}
 
-Configure apt to retrieve packages from the Arvados package repository:
+Configure apt to retrieve packages from the Arvados package repository. This command depends on your OS vendor and version:
 
-<notextile>
-<pre><code>~$ <span class="userinput">echo "deb http://apt.arvados.org/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/arvados.list</span>
-</code></pre>
-</notextile>
+table(table table-bordered table-condensed).
+|OS version|Command|
+|Debian 7 ("wheezy")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ wheezy main" &#x7c; sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
+|Ubuntu 12.04 ("precise")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ precise main" &#x7c; sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
 
 Retrieve the package list:
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list