[ARVADOS-DEV] updated: 66f8a73d0255d9ceda4f6e8f5a3a6d31a4bbd32c
Git user
git at public.arvados.org
Thu Jul 22 16:12:03 UTC 2021
Summary of changes:
jenkins/packer-images/jenkins-image-common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 66f8a73d0255d9ceda4f6e8f5a3a6d31a4bbd32c (commit)
from e4dcd475e0b11a8e9fd10b5b32ec69787471fa6b (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 66f8a73d0255d9ceda4f6e8f5a3a6d31a4bbd32c
Author: Javier Bértoli <jbertoli at curii.com>
Date: Thu Jul 22 13:11:35 2021 -0300
17535: Re-add netcat to the images
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 3dad7ab..6a547c3 100755
--- a/jenkins/packer-images/jenkins-image-common.sh
+++ b/jenkins/packer-images/jenkins-image-common.sh
@@ -20,14 +20,14 @@ case ${OS_ID} in
PREINSTALL_CMD="/bin/true"
INSTALL_CMD="yum -y"
POSTINSTALL_CMD="/bin/true"
- PKGS="git java-11-openjdk"
+ PKGS="git nmap-ncat java-11-openjdk"
"debian","ubuntu")
PREINSTALL_CMD="DEBIAN_FRONTEND=noninteractive apt update"
INSTALL_CMD="DEBIAN_FRONTEND=noninteractive apt install -y"
POSTINSTALL_CMD="DEBIAN_FRONTEND=noninteractive apt autopurge -y"
# SUFFIX packages with - to remove them
# Remove unattended-upgrades so that it doesn't interfere with our nodes at startup
- PKGS="git default-jdk unattended-upgrades-"
+ 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