diff --git a/README.md b/README.md index 92aadc9..bc4b992 100644 --- a/README.md +++ b/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 \ No newline at end of file diff --git a/standard-test-roles.yaml b/standard-test-roles.yaml deleted file mode 100644 index 12e3cc8..0000000 --- a/standard-test-roles.yaml +++ /dev/null @@ -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 -