From 640000f438ef02d23463aa205f7545b7dc966e8e 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 +++++++++++++- .php.metadata | 1 + gating.yaml | 10 ---------- 3 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 .php.metadata 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/.php.metadata b/.php.metadata new file mode 100644 index 0000000..b72f85f --- /dev/null +++ b/.php.metadata @@ -0,0 +1 @@ +d0dd05fa421e0f581960eda6cb8a256abb98b920 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} -