re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 18:26:08 +02:00
parent 4f4966cb10
commit ee69ebabaf
4 changed files with 25 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/rpmfluff-0.5.7.1.tar.xz
/rpmfluff-0.5.7.1.tar.xz /rpmfluff-0.5.7.1.tar.xz

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}

3
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
set -eux
python3 /usr/lib/python3.6/site-packages/rpmfluff.py

16
tests/tests.yml Normal file
View File

@ -0,0 +1,16 @@
---
# Run a simple test
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- python36
- gcc
tests:
- simple:
dir: scripts
run: ./run_tests.sh