Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/pyparted-3.11.7.tar.gz
|
SOURCES/pyparted-3.11.7.tar.gz
|
||||||
/pyparted-3.11.7.tar.gz
|
|
||||||
|
|||||||
1
.pyparted.metadata
Normal file
1
.pyparted.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
8084cb0b64542e57066716505fa4f1d28c031b09 SOURCES/pyparted-3.11.7.tar.gz
|
||||||
@ -1,8 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.rpminspect.static-analysis}
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.installability.functional}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
changedfiles:
|
|
||||||
# ignore the Python bytecode files; they change with every build
|
|
||||||
ignore:
|
|
||||||
- "*.pyc"
|
|
||||||
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (pyparted-3.11.7.tar.gz) = 41018989c21aab577cd1d51f521128d072b346afb9dcdcc27490cdbc2ed4382a854e4bd16780da72a0a95bbd521f14ee0e7f02816f34656cbae734d43a4f0b83
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
# Fetch package source
|
|
||||||
- role: standard-test-source
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
required_packages:
|
|
||||||
- gcc
|
|
||||||
- make
|
|
||||||
- parted-devel
|
|
||||||
- python3-devel
|
|
||||||
- redhat-rpm-config
|
|
||||||
tests:
|
|
||||||
- simple:
|
|
||||||
dir: source/
|
|
||||||
run: make test PYTHON=python3
|
|
||||||
Loading…
Reference in New Issue
Block a user