diff --git a/.gitignore b/.gitignore index a238cc4..f6586d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ -SOURCES/php-7.2.24.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.2.24.tar.xz diff --git a/.php.metadata b/.php.metadata new file mode 100644 index 0000000..a3b0d1f --- /dev/null +++ b/.php.metadata @@ -0,0 +1 @@ +d31628bdc89a724a2a0950c2ed7d79b40cf489a7 php-7.2.24.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} -