Replace whole repo with latest content from branch stream-0.10.1-rhel-8.8.0

This commit is contained in:
Honza Horak 2023-05-15 23:34:25 +02:00 committed by root
parent ae01af2946
commit 6e898de03b
4 changed files with 1 additions and 33 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/toml-0.10.1.tar.gz
/toml-0.10.1.tar.gz

1
.python-toml.metadata Normal file
View File

@ -0,0 +1 @@
1e1de9572d86421f71f1c93a67b100031444eca3 toml-0.10.1.tar.gz

View File

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

View File

@ -1,26 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests:
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
- pyproject_entrypoints:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-entrypoints
- pyproject_pluggy:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pluggy
- pyproject_clikit:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-clikit
required_packages:
- mock
- rpmdevtools
- rpm-build