[ARVADOS-DEV] updated: 158dbf72d8d4e4e0e3269969bb14ac6656f133f1
Git user
git at public.arvados.org
Thu Jul 22 20:06:23 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-common.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 158dbf72d8d4e4e0e3269969bb14ac6656f133f1 (commit)
from 9fef7b58cce237eba4f8b6b61a1fa7f609e65faf (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 158dbf72d8d4e4e0e3269969bb14ac6656f133f1
Author: Javier Bértoli <jbertoli at curii.com>
Date: Thu Jul 22 17:06:01 2021 -0300
17535: missing command
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 7bbc525..62de53e 100755
--- a/jenkins/packer-images/jenkins-image-common.sh
+++ b/jenkins/packer-images/jenkins-image-common.sh
@@ -13,10 +13,12 @@ sudo su -c "echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDH8swFWEfEfHhA+C5ezV8SXO/
# Install a few dependency packages
# First, let's figure out the OS we're working on
OS_ID=$(grep ^ID= /etc/os-release |cut -f 2 -d \")
+echo "Detected distro: ${OS_ID}"
+
case ${OS_ID} in
centos)
PREINSTALL_CMD="/bin/true"
- INSTALL_CMD="yum -y"
+ INSTALL_CMD="yum install -y"
POSTINSTALL_CMD="/bin/true"
PKGS="git nmap-ncat java-11-openjdk"
;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list