Installs 'createrepo-c' package instead of the deprecated 'createrepo'.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 7 Nov 2023 19:49:25 +0000 (16:49 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 7 Nov 2023 19:49:25 +0000 (16:49 -0300)
No issue #

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

jenkins/packer-images/jenkins-image-arvados-tests.sh
jenkins/packer-images/jenkins-image-with-docker.sh

index 7fc445d82a2fa6d284c5a44816174af437648863..5fadb5d5be3f829231d18e08dde27da36a8a17a8 100755 (executable)
@@ -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
index 8243c214f554eb36960731e16aef9c6e76d7def5..cd0e47715b4bdf32475063b24bd65d097c83e61f 100755 (executable)
@@ -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