]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
bootstrap: Cope with case changes in CentOS 8 repo names
authorMartin Schwenke <martin@meltin.net>
Tue, 8 Dec 2020 13:03:47 +0000 (00:03 +1100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Jan 2021 12:19:21 +0000 (12:19 +0000)
RN: Be more flexible with repository names in CentOS 8 test environments

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14594
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(backported from commit 1c59f49aaede8ec1662d4e49aef84fcd902a8a76)

Autobuild-User(v4-12-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-12-test): Wed Jan  6 12:19:21 UTC 2021 on sn-devel-184

.gitlab-ci.yml
bootstrap/config.py
bootstrap/generated-dists/centos8/bootstrap.sh
bootstrap/sha1sum.txt

index 56adf10c7be6d5d92bf4ae933041c8222a8019ac..c706dac66bd39f6d8534d7ecebd81c54002e3204 100644 (file)
@@ -22,7 +22,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 41319f2580c026f66b2750604a0eb15d6b6f7b50
+  SAMBA_CI_CONTAINER_TAG: 8bec130a6b741608616302662edee02fd39f3baf
   #
   # We use the ubuntu1804 image as default as
   # it matches what we have on sn-devel-184.
index bcada1dc6286fed4c22533ab82aca88c112b5473..5ead9f74501a6e12ab659b3777555f8971c94e69 100644 (file)
@@ -226,7 +226,8 @@ set -xueo pipefail
 yum update -y
 yum install -y dnf-plugins-core
 yum install -y epel-release
-yum config-manager --set-enabled PowerTools -y
+yum config-manager --set-enabled PowerTools -y || \
+    yum config-manager --set-enabled powertools -y
 yum update -y
 
 yum install -y \
index 22484b3f6ada8ecc194a44fec8a92f16a2bbd01b..e6fab86e4467614f2f354a2c49b4258320e03a5f 100755 (executable)
@@ -10,7 +10,8 @@ set -xueo pipefail
 yum update -y
 yum install -y dnf-plugins-core
 yum install -y epel-release
-yum config-manager --set-enabled PowerTools -y
+yum config-manager --set-enabled PowerTools -y || \
+    yum config-manager --set-enabled powertools -y
 yum update -y
 
 yum install -y \
index 62c2245564e66c984ebe201bf456cb480e0ed1a1..5328cff1cd3ef53b70444bcb24f4a54df7cf655d 100644 (file)
@@ -1 +1 @@
-41319f2580c026f66b2750604a0eb15d6b6f7b50
+8bec130a6b741608616302662edee02fd39f3baf