[ARVADOS] updated: 94856c3a70e233a372585576c78ed1fd2acfe65b
Git user
git at public.curoverse.com
Wed Sep 27 17:57:53 EDT 2017
Summary of changes:
doc/install/install-manual-prerequisites.html.textile.liquid | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 94856c3a70e233a372585576c78ed1fd2acfe65b (commit)
from 1ebfa03c623679dd34792731a67e67514967c330 (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 94856c3a70e233a372585576c78ed1fd2acfe65b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed Sep 27 17:57:16 2017 -0400
Update documentation to reflect that we are packaging Debian 9
('stretch').
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index b36c20b..5296b6b 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -32,6 +32,7 @@ table(table table-bordered table-condensed).
|_Distribution_|_State_|_Last supported version_|
|CentOS 7|Supported|Latest|
|Debian 8 ("jessie")|Supported|Latest|
+|Debian 9 ("stretch")|Supported|Latest|
|Ubuntu 14.04 ("trusty")|Supported|Latest|
|Ubuntu 16.04 ("xenial")|Supported|Latest|
|Ubuntu 12.04 ("precise")|EOL|8ed7b6dd5d4df93a3f37096afe6d6f81c2a7ef6e (2017-05-03)|
@@ -59,7 +60,7 @@ gpgkey=http://rpm.arvados.org/CentOS/RPM-GPG-KEY-curoverse
h3. Debian and Ubuntu
-Packages are available for Debian 8 ("jessie"), Ubuntu 14.04 ("trusty") and Ubuntu 16.04 ("xenial").
+Packages are available for Debian 8 ("jessie"), Debian 9 ("stretch"), Ubuntu 14.04 ("trusty") and Ubuntu 16.04 ("xenial").
First, register the Curoverse signing key in apt's database:
@@ -70,6 +71,7 @@ Configure apt to retrieve packages from the Arvados package repository. This com
table(table table-bordered table-condensed).
|OS version|Command|
|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>|
+|Debian 9 ("stretch")|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ stretch main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
|Ubuntu 14.04 ("trusty")[1]|<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>|
|Ubuntu 16.04 ("xenial")[1]|<notextile><code><span class="userinput">echo "deb http://apt.arvados.org/ xenial main" | sudo tee /etc/apt/sources.list.d/arvados.list</span></code></notextile>|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list