More cleanup, remove references to Ubuntu 16.04 (xenial) which is no
authorWard Vandewege <ward@curii.com>
Thu, 29 Jul 2021 20:13:54 +0000 (16:13 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 29 Jul 2021 20:13:54 +0000 (16:13 -0400)
longer supported.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

16 files changed:
cmd/arvados-server/arvados-controller.service
cmd/arvados-server/arvados-dispatch-cloud.service
cmd/arvados-server/arvados-dispatch-lsf.service
cmd/arvados-server/arvados-ws.service
doc/_includes/_install_ruby_and_bundler.liquid
sdk/cwl/fpm-info.sh
services/arv-git-httpd/arvados-git-httpd.service
services/crunch-dispatch-local/crunch-dispatch-local.service
services/crunch-dispatch-slurm/crunch-dispatch-slurm.service
services/dockercleaner/arvados-docker-cleaner.service
services/dockercleaner/fpm-info.sh
services/health/arvados-health.service
services/keep-balance/keep-balance.service
services/keep-web/keep-web.service
services/keepproxy/keepproxy.service
services/keepstore/keepstore.service

index 1a43d7cd3a72bb31a1e1ef2152e152c75fe2c6aa..420cbb035a7e7177f84ef7a9ca07117d70e37e5f 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index d3f476b7df725c2597f3c972e476d4a51ff86165..8d57e8a1612ca49ecc9d98b44a716eb1485e2640 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index f9e73a2c799780851b5fdd72bc362f124219c94c..65d8786670af43a4e1a8ce610fdd3babf5af1270 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index aebc56a79f333b19f061f5f0aadce793e799529c..f73db5d08032369c619e42429ddf7a68550b8551 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 387f023f24ddb9f6feb6ba9af0f012a355029c39..fe7714c62feae18bd12fa6c85890ec7ba14182a3 100644 (file)
@@ -22,8 +22,6 @@ The Ruby version shipped with Centos 7 is too old.  Use "RVM":#rvm to install Ru
 
 h3. Debian and Ubuntu
 
-Ubuntu 16.04 (xenial) ships with Ruby 2.3, which is not supported by Arvados.  Use "RVM":#rvm to install Ruby 2.5 or later.
-
 Debian 10 (buster) and Ubuntu 18.04 (bionic) and later ship with Ruby 2.5, which is supported by Arvados.
 
 <notextile>
index 9a52ee70214d7f9474086818768c6cc8fbdafc17..5c17a2fd14cb2429a52d17cdae1c0a7eb7438fe5 100644 (file)
@@ -5,9 +5,6 @@
 fpm_depends+=(nodejs)
 
 case "$TARGET" in
-    ubuntu1604)
-        fpm_depends+=(libcurl3-gnutls)
-        ;;
     debian* | ubuntu*)
         fpm_depends+=(libcurl3-gnutls python3-distutils)
         ;;
index 7ac160eea33da990b976910de4693f87d97bdbda..6c2b3bc58d8efc12e2f93787800332196478cb32 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados git server
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 692d81e5701b349330009d5b359da6acb830e3c8..e3dd113c710cd8cf5b1cede361d794ad7fd67839 100644 (file)
@@ -6,9 +6,6 @@ Description=Arvados Crunch Dispatcher for LOCAL service
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 2af56c8d0c1e62b3c2a1d3eb5f0a5c1a65be7b4a..86830f3a7f67364d0a3dd783e598458984bff3a0 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Crunch Dispatcher for SLURM
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 7e049144ae1ef49a700ad71580d50a48b0df144f..2aab42b2a37c7c4be9a6ff6907a6b6c38c3373cf 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Docker Image Cleaner
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index ccb7a467af45906f60710c94e0dfe98bf84bf034..31580433035692ee1d4110f06aec56e036f8d961 100644 (file)
@@ -3,9 +3,6 @@
 # SPDX-License-Identifier: Apache-2.0
 
 case "$TARGET" in
-    ubuntu1604)
-        fpm_depends+=()
-        ;;
     debian* | ubuntu*)
         fpm_depends+=(python3-distutils)
         ;;
index ca3744c28db265832229ac5a0635114396164b35..4b8745d1549c6950e14cf74cdbc09edc12f1650d 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 0a38597e6caf28a3f1a4ba45a9b568c2920d56c8..859d70724106f815ab9a990e0a9615c09a4a5189 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Keep Balance
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 80978227770998fa2ac1b69d5149cfd4e2ca9530..cb5fdf84fc5f3362d34f3b2d56e729f2e74a6911 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Keep web gateway
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 4c63161a0d7a260ce7dd349f62214d6e7d162f36..9548cb219b1f2bd7efa2490590b30bcb52b85fdc 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Keep Proxy
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
index 7047f0e6b970a0c0a9598d6e680d5589425c08c1..1f14c3f464c4b3a701a1f800e99534865a058908 100644 (file)
@@ -7,9 +7,6 @@ Description=Arvados Keep Storage Daemon
 Documentation=https://doc.arvados.org/
 After=network.target
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0