[ARVADOS-DEV] updated: 9fef7b58cce237eba4f8b6b61a1fa7f609e65faf

Git user git at public.arvados.org
Thu Jul 22 19:56:23 UTC 2021


Summary of changes:
 jenkins/packer-images/jenkins-image-common.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  9fef7b58cce237eba4f8b6b61a1fa7f609e65faf (commit)
      from  3ab7027442b39485f02ee9642d84e0a9c19b5c4e (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 9fef7b58cce237eba4f8b6b61a1fa7f609e65faf
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Thu Jul 22 16:56:13 2021 -0300

    17535: typo
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-common.sh b/jenkins/packer-images/jenkins-image-common.sh
index d8f28f3..7bbc525 100755
--- a/jenkins/packer-images/jenkins-image-common.sh
+++ b/jenkins/packer-images/jenkins-image-common.sh
@@ -14,12 +14,13 @@ sudo su -c "echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDH8swFWEfEfHhA+C5ezV8SXO/
 # First, let's figure out the OS we're working on
 OS_ID=$(grep ^ID= /etc/os-release |cut -f 2 -d \")
 case ${OS_ID} in
-  "centos")
+  centos)
     PREINSTALL_CMD="/bin/true"
     INSTALL_CMD="yum -y"
     POSTINSTALL_CMD="/bin/true"
     PKGS="git nmap-ncat java-11-openjdk"
-  "debian","ubuntu")
+    ;;
+  debian|ubuntu)
     echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee /etc/apt/sources.list.d/buster-backports.list
 
     PREINSTALL_CMD="DEBIAN_FRONTEND=noninteractive apt update"
@@ -28,6 +29,7 @@ case ${OS_ID} in
     # SUFFIX packages with - to remove them
     # Remove unattended-upgrades so that it doesn't interfere with our nodes at startup
     PKGS="git netcat-traditional default-jdk unattended-upgrades-"
+    ;;
 esac
 
 sudo su -c "${PREINSTALL_CMD}"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list