[arvados-dev] updated: 4684b5318ccce71d6622ec01dbace517f7063eef

git repository hosting git at public.arvados.org
Thu Oct 19 18:07:22 UTC 2023


Summary of changes:
 jenkins/packer-images/jenkins-image-common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4684b5318ccce71d6622ec01dbace517f7063eef (commit)
      from  f32a71261102cc3e37d08fe6e80adf99dfc9607f (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 4684b5318ccce71d6622ec01dbace517f7063eef
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Oct 19 15:06:44 2023 -0300

    Adds procps package so that sysctl can be used. Refs #21055
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-common.sh b/jenkins/packer-images/jenkins-image-common.sh
index e68b092..22176a7 100755
--- a/jenkins/packer-images/jenkins-image-common.sh
+++ b/jenkins/packer-images/jenkins-image-common.sh
@@ -31,7 +31,7 @@ case ${OS_ID} in
     POSTINSTALL_CMD="DEBIAN_FRONTEND=noninteractive apt-get purge --autoremove -y"
     # 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-"
+    PKGS="git netcat-traditional default-jdk unattended-upgrades- procps"
     ;;
 esac
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list