From e8ec2d57b99507c3cf0eb31e12fba12a2f065c85 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 08:52:38 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 2 +- .rpmlint | 2 ++ gating.yaml | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .rpmlint create mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index a1d545c..ddabda0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/WordNet-3.0.tar.bz2 +WordNet-3.0.tar.bz2 /wn3.1.dict.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..878a9a6 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (Synsets|synsets|Tk)"); diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9e73dda --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} +