re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 14:45:11 +02:00
parent 2614400720
commit afc2fe0844
3 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/humanize-0.5.1.tar.gz
/humanize-0.5.tar.gz
/humanize-0.5.1.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

8
tests/tests.yml Normal file
View File

@ -0,0 +1,8 @@
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
repositories:
- repo: "https://src.osci.redhat.com/tests/abrt.git"
dest: "abrt"