From 0cffeb0b0363fa3b4075036261faca4c0d22b6f3 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 21:46:38 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-2.8-rhel-8.8.0 --- .fmf/version | 1 - .gitignore | 1 - .python-idna.metadata | 1 + gating.yaml | 6 ------ plans.fmf | 11 ----------- 5 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .fmf/version create mode 100644 .python-idna.metadata delete mode 100644 gating.yaml delete mode 100644 plans.fmf diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 77ebc18..4a62da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/idna-2.8.tar.gz /idna-2.8.tar.gz diff --git a/.python-idna.metadata b/.python-idna.metadata new file mode 100644 index 0000000..5b12502 --- /dev/null +++ b/.python-idna.metadata @@ -0,0 +1 @@ +c1e59def26dac74a2ec53181032df76d40368657 idna-2.8.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..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: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf deleted file mode 100644 index f395040..0000000 --- a/plans.fmf +++ /dev/null @@ -1,11 +0,0 @@ -discover: - - name: Smoke-tests - how: shell - tests: - - name: python-import-test - test: python3 -c 'import idna' - require: - - python3-idna - duration: 1m -execute: - how: tmt