diff --git a/.gitignore b/.gitignore index 97afe25..0e2bbd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/mod_md-2.0.8.tar.gz /mod_md-2.0.8.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 2e4e68f..0000000 --- a/gating.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional} diff --git a/mod_md-2.2.6-warnfix.patch b/mod_md-2.2.6-warnfix.patch deleted file mode 100644 index cc6d404..0000000 --- a/mod_md-2.2.6-warnfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mod_md-2.2.6/src/md_store_fs.c.warnfix -+++ mod_md-2.2.6/src/md_store_fs.c -@@ -502,7 +502,7 @@ - } - } - } -- md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name); -+ md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name ? name : "(none)"); - return rv; - } -