diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fd3aec --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +this is a testmodule + +And mvadkert likes it! diff --git a/testmodule.yaml b/testmodule.yaml index d388416..7c98ee0 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -2,32 +2,19 @@ document: modulemd version: 1 data: summary: A test module in all its beautiful beauty - description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. + description: >- + This module demonstrates how to write simple modulemd files And + can be used for testing the build and release pipeline. license: module: [ MIT ] dependencies: buildrequires: - base-runtime: master - requires: - base-runtime: master + bootstrap: f26 references: - community: https://fedoraproject.org/wiki/Modularity + community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity - profiles: - default: - rpms: - - mksh - api: - rpms: - - ed - - mksh components: rpms: ed: - rationale: A build dependency of mksh. - ref: master - mksh: - rationale: The main package of the module. - buildorder: 10 - ref: master + rationale: A test build. + ref: f26