[arvados-dev] updated: db8584e402480d3a1128ab6437cfc053c2e75df2
git repository hosting
git at public.arvados.org
Tue Nov 7 19:50:24 UTC 2023
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
jenkins/packer-images/jenkins-image-with-docker.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via db8584e402480d3a1128ab6437cfc053c2e75df2 (commit)
from eb5cf69c6e953f0fcafb5bade8cb4957f298b0c3 (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 db8584e402480d3a1128ab6437cfc053c2e75df2
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Tue Nov 7 16:49:25 2023 -0300
Installs 'createrepo-c' package instead of the deprecated 'createrepo'.
No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 7fc445d..5fadb5d 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -10,7 +10,7 @@ set -eo pipefail
sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget build-essential"
# Install docker (used in our tests and also for package building/testing)
-sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo unzip"
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo-c unzip"
sudo usermod -a -G docker jenkins
# Check out a local copy of the arvados repo so we can use it to install the dependencies
diff --git a/jenkins/packer-images/jenkins-image-with-docker.sh b/jenkins/packer-images/jenkins-image-with-docker.sh
index 8243c21..cd0e477 100755
--- a/jenkins/packer-images/jenkins-image-with-docker.sh
+++ b/jenkins/packer-images/jenkins-image-with-docker.sh
@@ -7,7 +7,7 @@
set -eo pipefail
# Install the dependencies for the package building/testing jobs
-sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo unzip"
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo-c unzip"
sudo usermod -a -G docker jenkins
#Packer install
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list