From 837017b40439d9c03b9036928864e01782f7669b Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 22 Jun 2023 14:28:19 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-10.5-rhel-8.8.0 Content corresponds with RHEL dist-git commit 8655d36 --- galera-python3.patch | 17 ----------------- gating.yaml | 6 ------ 2 files changed, 23 deletions(-) delete mode 100644 galera-python3.patch delete mode 100644 gating.yaml diff --git a/galera-python3.patch b/galera-python3.patch deleted file mode 100644 index 59bb4f1..0000000 --- a/galera-python3.patch +++ /dev/null @@ -1,17 +0,0 @@ -Upstream PR: -https://github.com/codership/galera/pull/512 - -diff -up galera-25.3.23/SConstruct.bak galera-25.3.23/SConstruct ---- galera-25.3.23/SConstruct.bak 2018-07-13 15:14:49.059835554 +0200 -+++ galera-25.3.23/SConstruct 2018-07-13 15:19:07.717967794 +0200 -@@ -194,8 +194,8 @@ if link != 'default': - env.Replace(LINK = link) - - # Get compiler name/version, CXX may be set to "c++" which may be clang or gcc --cc_version = str(read_first_line(env['CC'].split() + ['--version'])) --cxx_version = str(read_first_line(env['CXX'].split() + ['--version'])) -+cc_version = str(read_first_line(env['CC'].split() + ['--version']).decode()) -+cxx_version = str(read_first_line(env['CXX'].split() + ['--version']).decode()) - - print('Using C compiler executable: ' + env['CC']) - print('C compiler version is: ' + cc_version) diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index c190bde..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}