Compare commits
No commits in common. "3.0" and "master" have entirely different histories.
2 changed files with 1 additions and 43 deletions
10
README.md
10
README.md
|
|
@ -1,11 +1,3 @@
|
|||
# standard-test-roles
|
||||
|
||||
The standard-test-roles package
|
||||
|
||||
# Stream name explanation
|
||||
|
||||
This module stream has name `3.0`. This branch could even include STR version
|
||||
`4.7` if it's still fully compatible with version `3.0`. But if `4.8` brings
|
||||
breaking changes, we must create a new stream for that. Users can choose a
|
||||
stream to have some form of stability or they can follow whatever the default
|
||||
is to keep their current experience.
|
||||
The standard-test-roles package
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Standard Test Interface Ansible roles
|
||||
description: >-
|
||||
Shared Ansible roles to support the Standard Test Interface as described at https://fedoraproject.org/wiki/Changes/InvokingTestsAnsible.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
api:
|
||||
rpms:
|
||||
- standard-test-roles
|
||||
components:
|
||||
rpms:
|
||||
standard-test-roles:
|
||||
rationale: Package in api
|
||||
ref: 3.0
|
||||
buildorder: 10
|
||||
profiles:
|
||||
default:
|
||||
description: A standard installation.
|
||||
rpms:
|
||||
- standard-test-roles
|
||||
provisioner-qemu: # <- Name of the profile
|
||||
description: A standalone provisioner for qemu
|
||||
rpms:
|
||||
- standard-test-roles-inventory-qemu
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue