The Samba-Bugzilla – Attachment 16368 Details for
Bug 14594
Samba test environment bootstrapping no longer works on CentOS 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 4.13
BZ14594-v4-13.patch (text/plain), 2.76 KB, created by
Martin Schwenke
on 2020-12-16 06:59:33 UTC
(
hide
)
Description:
Patch for 4.13
Filename:
MIME Type:
Creator:
Martin Schwenke
Created:
2020-12-16 06:59:33 UTC
Size:
2.76 KB
patch
obsolete
>From 037a674909d90ca94e4700a763274d2edbfa58e6 Mon Sep 17 00:00:00 2001 >From: Martin Schwenke <martin@meltin.net> >Date: Wed, 9 Dec 2020 00:03:47 +1100 >Subject: [PATCH] bootstrap: Cope with case changes in CentOS 8 repo names > >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) >--- > .gitlab-ci.yml | 2 +- > bootstrap/config.py | 6 ++++-- > bootstrap/generated-dists/centos8/bootstrap.sh | 6 ++++-- > bootstrap/sha1sum.txt | 2 +- > 4 files changed, 10 insertions(+), 6 deletions(-) > >diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >index c657b4a1d8f..0004820968a 100644 >--- a/.gitlab-ci.yml >+++ b/.gitlab-ci.yml >@@ -23,7 +23,7 @@ variables: > # Set this to the contents of bootstrap/sha1sum.txt > # which is generated by bootstrap/template.py --render > # >- SAMBA_CI_CONTAINER_TAG: 1275dc52ac8c1de5981f267df88b85b6f87e299a >+ SAMBA_CI_CONTAINER_TAG: b5b78cacae2fa6cec91925170bc6d4e3774cac9b > # > # We use the ubuntu1804 image as default as > # it matches what we have on sn-devel-184. >diff --git a/bootstrap/config.py b/bootstrap/config.py >index 24f21a3c749..320a28e0f00 100644 >--- a/bootstrap/config.py >+++ b/bootstrap/config.py >@@ -232,8 +232,10 @@ yum install -y dnf-plugins-core > yum install -y epel-release > > yum -v repolist all >-yum config-manager --set-enabled PowerTools -y >-yum config-manager --set-enabled Devel -y >+yum config-manager --set-enabled PowerTools -y || \ >+ yum config-manager --set-enabled powertools -y >+yum config-manager --set-enabled Devel -y || \ >+ yum config-manager --set-enabled devel -y > yum update -y > > yum install -y \ >diff --git a/bootstrap/generated-dists/centos8/bootstrap.sh b/bootstrap/generated-dists/centos8/bootstrap.sh >index b494d0040dd..eeea0e8f3b3 100755 >--- a/bootstrap/generated-dists/centos8/bootstrap.sh >+++ b/bootstrap/generated-dists/centos8/bootstrap.sh >@@ -12,8 +12,10 @@ yum install -y dnf-plugins-core > yum install -y epel-release > > yum -v repolist all >-yum config-manager --set-enabled PowerTools -y >-yum config-manager --set-enabled Devel -y >+yum config-manager --set-enabled PowerTools -y || \ >+ yum config-manager --set-enabled powertools -y >+yum config-manager --set-enabled Devel -y || \ >+ yum config-manager --set-enabled devel -y > yum update -y > > yum install -y \ >diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt >index 345d4a95e98..9101ad627cc 100644 >--- a/bootstrap/sha1sum.txt >+++ b/bootstrap/sha1sum.txt >@@ -1 +1 @@ >-1275dc52ac8c1de5981f267df88b85b6f87e299a >+b5b78cacae2fa6cec91925170bc6d4e3774cac9b >-- >2.29.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
abartlet
:
review+
martins
:
ci-passed+
Actions:
View
Attachments on
bug 14594
: 16368 |
16369