[ARVADOS] updated: fc17d3c31cc2074a63f6db8698cfcc00a85ec449
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 15 12:21:33 EDT 2015
Summary of changes:
doc/install/install-manual-prerequisites.html.textile.liquid | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via fc17d3c31cc2074a63f6db8698cfcc00a85ec449 (commit)
via c262d3c07f5e8025d51646877c86315996022bae (commit)
from f19e50e99dc4939199a9b9a4381a775d40453267 (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 fc17d3c31cc2074a63f6db8698cfcc00a85ec449
Merge: f19e50e c262d3c
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Oct 15 12:21:07 2015 -0400
Merge branch '7173-jessie' refs #7173
commit c262d3c07f5e8025d51646877c86315996022bae
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Aug 31 15:00:13 2015 -0400
7173: Add jessie to supported distro list.
diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index 52a51a1..a26370d 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -42,7 +42,7 @@ baseurl=http://rpm.arvados.org/CentOS/$releasever/os/$basearch/
h3. Debian and Ubuntu
-Packages are available for Debian 7 ("wheezy"), Ubuntu 12.04 ("precise"), and Ubuntu 14.04 ("trusty").
+Packages are available for Debian 7 ("wheezy"), Debian 8 ("jessie"), Ubuntu 12.04 ("precise"), and Ubuntu 14.04 ("trusty").
First, register the Curoverse signing key in apt's database:
@@ -53,6 +53,7 @@ Configure apt to retrieve packages from the Arvados package repository. This com
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" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
+|Debian 8 ("jessie")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ jessie main" | 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" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
|Ubuntu 14.04 ("trusty")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ trusty main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list