From 1a98d6bc03791f4d032504ec335152dba5d99519 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 14:53:20 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 14 +++++++++++++- gating.yaml | 10 ---------- 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 06be3bc..098386b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -SOURCES/php-7.3.20.tar.xz +clog +php*.bz2 +php-5*.xz +php-7.0*.xz +php-7.1*.xz +/php-7.2.3.tar.xz +/php-7.2.4.tar.xz +/php-7.2.5.tar.xz +/php-7.2.6.tar.xz +/php-7.2.7.tar.xz +/php-7.2.8.tar.xz +/php-7.2.11.tar.xz +/php-7.3.5.tar.xz /php-7.3.20.tar.xz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 5ac9fdb..0000000 --- a/gating.yaml +++ /dev/null @@ -1,10 +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} -